More properties, val i.o. fun
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.3.70-eap-184"
|
||||
kotlin("multiplatform") version "1.4-M1"
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
@@ -10,14 +10,21 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
apply(plugin = "kotlin-dce-js")
|
||||
//apply(plugin = "kotlin-dce-js")
|
||||
|
||||
kotlin {
|
||||
/* Targets configuration omitted.
|
||||
* To find out how to configure the targets, please follow the link:
|
||||
* https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-targets */
|
||||
jvm()
|
||||
js()
|
||||
js {
|
||||
produceExecutable()
|
||||
browser {
|
||||
distribution {
|
||||
directory = File("$projectDir/web/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
|
||||
Reference in New Issue
Block a user