add kotlin support for android-base project
This commit is contained in:
parent
51be585b9d
commit
d761b474cf
@ -1,4 +1,5 @@
|
|||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion COMPILE_SDK_VERSION as Integer
|
compileSdkVersion COMPILE_SDK_VERSION as Integer
|
||||||
@ -28,4 +29,8 @@ dependencies {
|
|||||||
implementation "org.apache.commons:commons-lang3:3.5"
|
implementation "org.apache.commons:commons-lang3:3.5"
|
||||||
|
|
||||||
annotationProcessor "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
|
annotationProcessor "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
|
||||||
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
|
||||||
|
}
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user