8 lines
No EOL
142 B
Kotlin
8 lines
No EOL
142 B
Kotlin
rootProject.name = "edi-tools"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google() //required for ksp
|
|
}
|
|
} |