Skip to content

Commit baf4e93

Browse files
committed
Change module name for Kotlin/JS publications to match project name
1 parent 9bc2c17 commit baf4e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ subprojects {
1515
plugins.withType<KotlinJsPluginWrapper> {
1616
extensions.configure<KotlinJsProjectExtension> {
1717
js {
18+
moduleName = project.name
1819
browser()
1920
}
2021
}

0 commit comments

Comments
 (0)