2025-01-02 17:58:56 +01:00
|
|
|
// 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.kotlin.android) apply false
|
2025-01-29 14:59:28 +01:00
|
|
|
kotlin("plugin.serialization") version "1.9.0" apply false
|
2025-01-02 17:58:56 +01:00
|
|
|
}
|