blob: 712f03744ab8430a7a9fb2f03d45b209fea26197 [file] [log] [blame]
Tiem Songe1dd5122019-07-03 14:16:39 -07001rootProject.name = "dokka"
2
3include 'core',
4 'integration',
5 'runners:fatjar',
6 'runners:ant',
7 'runners:cli',
Aurimas Liutikas565c76b2020-01-29 16:37:12 -08008 // Google's fork does not use maven-plugin. Removing it from build for convenience.
9 // 'runners:maven-plugin',
Tiem Songe1dd5122019-07-03 14:16:39 -070010 'runners:gradle-plugin',
11 'runners:android-gradle-plugin',
12 'runners:gradle-integration-tests'