Oliver Rümpelein
6d37da56b6
- Still needs some fixes, e.g. how to avoid confusion (property setter/getter?)
7 lines
114 B
Text
7 lines
114 B
Text
pluginManagement {
|
|
plugins {
|
|
kotlin("jvm") version "1.4.0"
|
|
}
|
|
}
|
|
|
|
rootProject.name = "querybuilder"
|