This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
weserplaner/build.gradle.kts
T

6 lines
299 B
Kotlin
Raw Normal View History

2023-05-20 23:49:06 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.0" apply false
id("com.android.library") version "8.1.0" apply false
2023-05-20 23:49:06 +02:00
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
}