Files
vst-string/common.gradle.kts
rnentjes e977b2c88a Update Kotlin plugin version and remove mavenLocal repository.
Upgraded the Kotlin multiplatform plugin from version 2.0.21 to 2.1.0 for improved features and compatibility. Removed the mavenLocal repository from the common configuration to streamline dependency resolution.
2025-05-15 16:16:56 +02:00

12 lines
193 B
Kotlin

group = "nl.astraeus"
version = "0.1.0"
allprojects {
repositories {
mavenCentral()
maven {
url = uri("https://gitea.astraeus.nl:8443/api/packages/rnentjes/maven")
}
}
}