Rename the project from kotlin-dokka-stdlib to kotlin-stdlib-docs

This commit is contained in:
Abduqodiri Qurbonzoda
2021-06-17 00:46:24 +03:00
committed by Space
parent d8d9a2689d
commit 013a7fe62d
11 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
kotlin-dokka-stdlib
kotlin-stdlib-docs
===================
Common scripts to build API documentation for kotlin stdlib, kotlin test (and others?) libraries for
@@ -2,7 +2,7 @@ apply plugin: 'base'
final boolean isTeamcityBuild = System.getenv("TEAMCITY_VERSION") != null
// kotlin/libraries/tools/kotlin-dokka-stdlib -> kotlin
// kotlin/libraries/tools/kotlin-stdlib-docs -> kotlin
final File kotlinRootDir = rootProject.file( "../../../")
final File kotlinLibsDir = new File(buildDir, 'libs')
@@ -2,7 +2,7 @@ apply plugin: 'base'
final boolean isTeamcityBuild = System.getenv("TEAMCITY_VERSION") != null
// kotlin/libraries/tools/kotlin-dokka-stdlib -> kotlin/kotlin-native
// kotlin/libraries/tools/kotlin-stdlib-docs -> kotlin/kotlin-native
final String kotlinNativeRootDir = rootProject.file( "../../../kotlin-native")
final File kotlinNativeLibsDir = isTeamcityBuild ? new File(buildDir, "libs") : new File(kotlinNativeRootDir, "dist")
@@ -1,4 +1,4 @@
rootProject.name = 'kotlin-dokka-stdlib'
rootProject.name = 'kotlin-stdlib-docs'
include 'kotlin_native'
include 'kotlin_big'