Upgrade Kotlin and project version.
Updated Kotlin Multiplatform plugin to version 2.1.0 for compatibility and enhancements. Bumped project version to 0.2.10 to reflect this change.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "2.0.21"
|
||||
kotlin("multiplatform") version "2.1.0"
|
||||
`maven-publish`
|
||||
signing
|
||||
id("org.jetbrains.dokka") version "1.5.31"
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "0.2.9"
|
||||
version = "0.2.10"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user