version bump

This commit is contained in:
Sergey Chernov 2025-01-06 17:52:25 +03:00
parent 92ad1a5cff
commit 5e61688f0c

View File

@ -9,7 +9,7 @@ val logback_version="1.2.10"
group = "net.sergeych" group = "net.sergeych"
version = "0.3.1" version = "0.3.2-SNAPSHOT"
repositories { repositories {
mavenCentral() mavenCentral()
@ -23,15 +23,8 @@ repositories {
kotlin { kotlin {
jvm { jvmToolchain(17)
// compilations.all { jvm()
// kotlinOptions.jvmTarget = "1.8"
// }
withJava()
testRuns["test"].executionTask.configure {
useJUnitPlatform()
}
}
js(IR) { js(IR) {
browser { browser {
// commonWebpackConfig { // commonWebpackConfig {