mirror of
https://github.com/wgtunnel/desktop.git
synced 2026-06-02 00:29:09 +02:00
14 lines
209 B
Kotlin
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")
|
|
}
|