2020-11-21 13:15:57 +07:00
|
|
|
rootProject.name = 'riiablo'
|
|
|
|
|
2019-12-01 06:48:30 +07:00
|
|
|
include 'core'
|
|
|
|
include 'desktop'
|
|
|
|
include 'android'
|
2020-11-25 14:21:26 +07:00
|
|
|
|
2020-12-14 16:50:20 +07:00
|
|
|
include 'excel:core'
|
|
|
|
include 'excel:annotations'
|
|
|
|
include 'excel:excel-test'
|
|
|
|
include 'excel:annotation-processor'
|
|
|
|
|
2020-11-25 14:21:26 +07:00
|
|
|
include 'server:bnls'
|
|
|
|
include 'server:bncs'
|
|
|
|
include 'server:mcp'
|
|
|
|
include 'server:d2gs'
|
2020-06-14 07:42:05 +07:00
|
|
|
include 'server:netty'
|
2020-11-25 14:21:26 +07:00
|
|
|
|
|
|
|
include 'tools'
|
2020-11-27 07:32:26 +07:00
|
|
|
include 'tools:mpq-viewer'
|
2020-11-21 13:44:43 +07:00
|
|
|
include 'tools:map-viewer'
|
2020-11-23 13:56:42 +07:00
|
|
|
include 'tools:font-metrics'
|
2020-11-25 09:14:33 +07:00
|
|
|
include 'tools:d2s-reader'
|
2020-11-25 14:04:39 +07:00
|
|
|
include 'tools:camera'
|
2020-11-25 14:16:20 +07:00
|
|
|
include 'tools:direction'
|
2020-11-26 18:29:10 +07:00
|
|
|
include 'tools:ds1-viewer' // deprecated
|
2020-12-13 12:33:03 +07:00
|
|
|
include 'tools:excel-serializer-generator'
|
2020-11-25 14:21:26 +07:00
|
|
|
|
|
|
|
include 'tester' // deprecated
|