several more changes in build.script's

This commit is contained in:
InsanusMokrassar 2020-08-19 13:49:30 +06:00
parent da01955507
commit 319e43901a
6 changed files with 26 additions and 5 deletions

View File

@ -31,7 +31,11 @@ repositories {
kotlin {
jvm()
js()
js(IR) {
browser()
nodejs()
binaries.executable()
}
sourceSets {
commonMain {

View File

@ -31,7 +31,11 @@ repositories {
kotlin {
jvm()
js()
js(IR) {
browser()
nodejs()
binaries.executable()
}
sourceSets {
commonMain {

View File

@ -31,7 +31,11 @@ repositories {
kotlin {
jvm()
js()
js(IR) {
browser()
nodejs()
binaries.executable()
}
sourceSets {
commonMain {

View File

@ -31,7 +31,11 @@ repositories {
kotlin {
jvm()
js()
js(IR) {
browser()
nodejs()
binaries.executable()
}
sourceSets {
commonMain {

View File

@ -26,7 +26,11 @@ repositories {
kotlin {
jvm()
js()
js(IR) {
browser()
nodejs()
binaries.executable()
}
sourceSets {
commonMain {

View File

@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx1024m
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true