mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-30 07:24:25 +01:00
9 lines
198 B
Kotlin
9 lines
198 B
Kotlin
rootProject.name = System.getenv("ProductName") ?: "Suwayomi-Server"
|
|
|
|
include("server")
|
|
|
|
include("AndroidCompat")
|
|
include("AndroidCompat:Config")
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|