We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667dc39 commit 07c7244Copy full SHA for 07c7244
.teamcity/documentation/DocumentationProject.kt
@@ -2,7 +2,7 @@ package documentation
2
3
import documentation.builds.KotlinMultiplatform
4
import documentation.builds.KotlinWithCoroutines
5
-import documentation.vcsRoots.KotlinMultiplatformVCS
+import documentation.vcsRoots.*
6
import jetbrains.buildServer.configs.kotlin.Project
7
8
object DocumentationProject: Project({
@@ -19,4 +19,9 @@ object DocumentationProject: Project({
19
}
20
21
vcsRoot(KotlinMultiplatformVCS)
22
+ vcsRoot(KotlinReferenceRoot)
23
+ vcsRoot(KotlinxCoroutinesRoot)
24
+ vcsRoot(KotlinxLincheckRoot)
25
+ vcsRoot(DokkaRoot)
26
+ vcsRoot(APIGuidelinesRoot)
27
})
0 commit comments