mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
* Switch to new Ktlint plugin * Add ktlintCheck to PR builds * Run formatter * Put ktlint version in libs toml * Fix lint * Use Zip4Java from libs.toml
9 lines
199 B
Kotlin
9 lines
199 B
Kotlin
rootProject.name = System.getenv("ProductName") ?: "Tachidesk-Server"
|
|
|
|
include("server")
|
|
|
|
include("AndroidCompat")
|
|
include("AndroidCompat:Config")
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|