Update Kotlin plugin and project version

Upgraded the Kotlin multiplatform plugin to version 2.1.10 for better compatibility and features. Changed the project version to 1.1.0-SNAPSHOT to reflect the ongoing development phase.
This commit is contained in:
2025-03-17 18:15:11 +00:00
parent e61a1ef7c9
commit 50d6101f22

View File

@@ -1,11 +1,11 @@
plugins { plugins {
kotlin("multiplatform") version "2.0.21" kotlin("multiplatform") version "2.1.10"
`maven-publish` `maven-publish`
signing signing
} }
group = "nl.astraeus" group = "nl.astraeus"
version = "1.0.1" version = "1.1.0-SNAPSHOT"
repositories { repositories {
mavenCentral() mavenCentral()