Kotlin version 1.7.20, kotlin-komponent version 1.0.7, gradle version 7.5.1

This commit is contained in:
2022-10-14 19:47:18 +02:00
parent ae4500e73d
commit cbcbbaa698
5 changed files with 5 additions and 11 deletions

View File

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