Fix checkbox list parsing error, and update version to 1.0.5

This commit is contained in:
2026-01-07 19:40:32 +01:00
parent 160622b262
commit 11a6f3a57b
3 changed files with 20 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "nl.astraeus"
version = "1.0.4"
version = "1.0.5"
repositories {
mavenCentral()
@@ -28,10 +28,7 @@ kotlin {
browser {}
}
sourceSets {
val commonMain by getting {
dependencies {
}
}
val commonMain by getting
val commonTest by getting {
dependencies {
implementation(kotlin("test"))