Files
2026-02-03 06:40:04 -05:00

14 lines
209 B
Kotlin

plugins {
`kotlin-dsl` // enable the Kotlin-DSL
}
repositories {
gradlePluginPortal()
mavenCentral()
google()
}
dependencies {
implementation("org.apache.commons:commons-lang3:3.20.0")
}