...
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
plugins {
|
||||
id ("com.android.library")
|
||||
id ("kotlin-android")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "kr.lunaticbum.helpers"
|
||||
compileSdk = 34
|
||||
defaultConfig {
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
dataBinding = true
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation ("com.android.support:appcompat-v7:28.0.0")
|
||||
implementation ("com.android.support:support-annotations:28.0.0")
|
||||
implementation ("androidx.annotation:annotation-jvm:1.9.1")
|
||||
implementation ("androidx.core:core-ktx:1.13.1")
|
||||
}
|
||||
Reference in New Issue
Block a user