This commit is contained in:
2020-08-20 12:47:10 +06:00
parent fc8c0cfc73
commit f8123c65cd
13 changed files with 50 additions and 14 deletions
core
gradle.properties
ktor
markups
publishing
utils
common
repos

@ -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 {

@ -29,7 +29,10 @@ repositories {
kotlin {
jvm()
js { browser() }
js (BOTH) {
browser()
nodejs()
}
sourceSets {
commonMain {