stonecutter: setup multiversion build

This commit is contained in:
Martin Prokoph
2025-11-19 23:21:49 +01:00
parent ff60cf4873
commit 084c892e44
72 changed files with 694 additions and 864 deletions

View File

@@ -0,0 +1,8 @@
plugins {
`kotlin-dsl`
kotlin("jvm") version "2.0.20"
}
repositories {
mavenCentral()
}