plugins {
kotlin("jvm") version "1.9.24"
}
group = "dev.usbharu"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
dependencies {
testImplementation(kotlin("test"))
tasks.test {
useJUnitPlatform()
kotlin {
jvmToolchain(21)