Update mppJsProject.gradle

This commit is contained in:
2021-10-25 15:16:16 +06:00
committed by GitHub
parent 3a2fda60ed
commit acdb9d573e

View File

@@ -4,7 +4,7 @@ project.group = "$group"
// apply from: "$publishGradlePath" // apply from: "$publishGradlePath"
kotlin { kotlin {
js (BOTH) { js (IR) {
browser() browser()
nodejs() nodejs()
} }