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