diff options
Diffstat (limited to 'examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB')
-rw-r--r-- | examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts b/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts index fceff829..bf1513f8 100644 --- a/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts +++ b/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts @@ -1,3 +1 @@ -dependencies { - implementation(kotlin("stdlib")) -} +// intentionally empty - build config is set in the root build.gradle.kts |