Kotlin version 1.7.20, kotlin-komponent version 1.0.7, gradle version 7.5.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.6.10"
|
||||
kotlin("multiplatform") version "1.7.20"
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ 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 */
|
||||
js((IR)) {
|
||||
js(IR) {
|
||||
binaries.executable()
|
||||
browser {
|
||||
//produceKotlinLibrary()
|
||||
@@ -33,7 +33,7 @@ kotlin {
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
implementation("nl.astraeus:kotlin-komponent:1.0.7-SNAPSHOT")
|
||||
implementation("nl.astraeus:kotlin-komponent:1.0.7")
|
||||
}
|
||||
}
|
||||
val jsMain by getting
|
||||
|
||||
Reference in New Issue
Block a user