aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
blob: ff416c987940eb3b606e06c38c179f4f3b71f50e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rootProject.name = "dokka"

include 'core',
//        'core:testApi',
        'coreDependencies'//,
//        'integration',
//        'integration-tests:gradle-integration-tests',
//        'runners:fatjar',
//        'runners:ant',
//        'runners:cli',
//        'runners:maven-plugin',
//        'runners:gradle-plugin',
//        'plugins:javadoc8'