You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle.kts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ infra {
18
18
bintrayToken ="bintrayToken"
19
19
}
20
20
publishing {
21
-
// include(":kotlinx-collections-immutable")
21
+
include(":kotlinx-collections-immutable")
22
22
23
23
bintray {
24
24
@@ -34,7 +34,6 @@ infra {
34
34
valJDK_6 by ext(System.getenv("JDK_6") ?: findProperty("JDK_6") asString??: error("Specify path to JDK 6 in JDK_6 environment variable or Gradle property"))
0 commit comments