Converted settings.gradle from Groovy to Kotlin Script
This commit is contained in:
parent
ce073283a0
commit
35db7e17f2
|
@ -8,7 +8,7 @@ pluginManagement {
|
||||||
rootProject.name = "fints4kProject"
|
rootProject.name = "fints4kProject"
|
||||||
|
|
||||||
|
|
||||||
include ":fints4k"
|
include(":fints4k")
|
||||||
|
|
||||||
|
|
||||||
// Sample applications
|
// Sample applications
|
Loading…
Reference in New Issue