Backport Kotlin support

This commit is contained in:
fhuya
2020-03-27 10:18:30 -07:00
parent abb70a6165
commit 0c782ca2b2
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,7 +1,9 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
dependencies {
implementation libraries.supportCoreUtils
implementation libraries.kotlinStdLib
implementation libraries.v4Support
}