mirror of
https://github.com/TheWhiteDog9487/FreeUnlock.git
synced 2026-08-11 14:51:30 +08:00
6 lines
208 B
Kotlin
6 lines
208 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
|
|
alias(libs.plugins.ksp) apply false
|
|
} |