Adding app module
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
id("kotlin-android")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = Apps.compileSdk
|
||||
defaultConfig {
|
||||
minSdk = Apps.minSdk
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user