updates
This commit is contained in:
@ -31,7 +31,10 @@ repositories {
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
js { browser() }
|
||||
js (BOTH) {
|
||||
browser()
|
||||
nodejs()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
|
@ -31,7 +31,10 @@ repositories {
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
js { browser() }
|
||||
js (BOTH) {
|
||||
browser()
|
||||
nodejs()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
|
Reference in New Issue
Block a user