Explorar el Código

gradle - 相关组件升级 & 新增Kotlin ktx组件

luozhipeng hace 5 años
padre
commit
dff351c246
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -44,6 +44,7 @@ android {
 
 dependencies {
     // kotlin
+    api 'androidx.core:core-ktx:1.1.0'
     api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
 
     api 'androidx.appcompat:appcompat:1.1.0'