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 cc14b3a commit 3dbdbaaCopy full SHA for 3dbdbaa
settings.gradle
@@ -9,7 +9,7 @@ pluginManagement {
9
10
enableFeaturePreview('GRADLE_METADATA')
11
12
-rootProject.name = 'Kotlin Immutable Collections'
+rootProject.name = 'Kotlin-Immutable-Collections' // TODO: Make readable name when it's not used in js module names
13
14
include ':core'
15
project(":core").name='kotlinx-collections-immutable'
0 commit comments