5 lines
74 B
Kotlin
5 lines
74 B
Kotlin
rootProject.name = "mtg-search"
|
|
|
|
include(":backend")
|
|
include(":frontend")
|