Revert to 2.0.21
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "2.1.0"
|
||||
kotlin("multiplatform") version "2.0.21"
|
||||
`maven-publish`
|
||||
signing
|
||||
id("org.jetbrains.dokka") version "1.5.31"
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -24,8 +23,7 @@ kotlin {
|
||||
target.set("es2015")
|
||||
}
|
||||
binaries.library()
|
||||
browser {
|
||||
}
|
||||
browser {}
|
||||
}
|
||||
jvm {
|
||||
withJava()
|
||||
@@ -34,7 +32,7 @@ kotlin {
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
api("nl.astraeus:kotlin-css-generator:1.0.10")
|
||||
implementation("nl.astraeus:kotlin-css-generator:1.0.10")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user