mirror of
https://github.com/johndoe6345789/RepoForge.git
synced 2026-04-24 13:44:55 +00:00
6 lines
242 B
Kotlin
6 lines
242 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.1.4" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
|
|
}
|