Failing build

This commit is contained in:
2024-06-26 10:30:26 +02:00
parent f4a5d0a75b
commit 2cb2a0119c
6 changed files with 23 additions and 38 deletions

View File

@@ -46,7 +46,7 @@ kotlin {
val jsMain by getting {
dependencies {
//base
implementation("nl.astraeus:kotlin-komponent-js:1.2.2-SNAPSHOT")
implementation("nl.astraeus:kotlin-komponent-js:1.2.2")
}
}
val jsTest by getting {