Skip to content

Commit 3dbdbaa

Browse files
committed
Avoid spaces in root project name because this makes js module name invalid
1 parent cc14b3a commit 3dbdbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99

1010
enableFeaturePreview('GRADLE_METADATA')
1111

12-
rootProject.name = 'Kotlin Immutable Collections'
12+
rootProject.name = 'Kotlin-Immutable-Collections' // TODO: Make readable name when it's not used in js module names
1313

1414
include ':core'
1515
project(":core").name='kotlinx-collections-immutable'

0 commit comments

Comments
 (0)