diff options
Diffstat (limited to 'examples/gradle/dokka-multimodule-example/parentProject/childProjectB')
-rw-r--r-- | examples/gradle/dokka-multimodule-example/parentProject/childProjectB/build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gradle/dokka-multimodule-example/parentProject/childProjectB/build.gradle.kts b/examples/gradle/dokka-multimodule-example/parentProject/childProjectB/build.gradle.kts index e8b40d4a..d900cb6b 100644 --- a/examples/gradle/dokka-multimodule-example/parentProject/childProjectB/build.gradle.kts +++ b/examples/gradle/dokka-multimodule-example/parentProject/childProjectB/build.gradle.kts @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + import org.jetbrains.dokka.gradle.DokkaTaskPartial plugins { |