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