14 lines
227 B
Kotlin
Executable File
14 lines
227 B
Kotlin
Executable File
plugins {
|
|
`kotlin-dsl`
|
|
kotlin("jvm") version "2.2.21"
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven("https://maven.kikugie.dev/snapshots")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("dev.kikugie:stonecutter:0.7.11")
|
|
} |