initial commit
This commit is contained in:
16
build.gradle.kts
Normal file
16
build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
alias(libs.plugins.korge)
|
||||
}
|
||||
|
||||
korge {
|
||||
id = "moe.tabidachi.korge"
|
||||
targetJvm()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(21)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
add("commonMainApi", project(":deps"))
|
||||
}
|
||||
Reference in New Issue
Block a user