mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Create top-level gradle project; remove duplicated gradle wrappers
This commit is contained in:
7
build.gradle
Normal file
7
build.gradle
Normal file
@@ -0,0 +1,7 @@
|
||||
plugins {
|
||||
id 'com.android.application' version "4.1.0" apply false
|
||||
id "org.jetbrains.kotlin.android" version "$KOTLIN_VERSION" apply false
|
||||
id "org.jetbrains.kotlin.kapt" version "$KOTLIN_VERSION" apply false
|
||||
id "org.jetbrains.kotlin.android.extensions" version "$KOTLIN_VERSION" apply false
|
||||
id "org.jetbrains.kotlin.multiplatform" version "1.4.21" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user