plugins { kotlin("jvm") version "1.9.22" } group = "de.daimpl" version = "1.0-SNAPSHOT" kotlin { jvmToolchain(21) } repositories { mavenCentral() }