aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-versioning-multimodule-example/settings.gradle.kts
blob: ec6614f0f696330ac64cff095509b970cf709a91 (plain)
1
2
3
4
5
include(":parentProject")
include(":parentProject:childProjectA")
include(":parentProject:childProjectB")

rootProject.name = "dokka-versioning-multimodule-example"