aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts
blob: fceff829777c5f7156ffca824dae327208470122 (plain)
1
2
3
dependencies {
    implementation(kotlin("stdlib"))
}