2 Commits 5bff2d0961 ... 52cf5a5b8e

Auteur SHA1 Message Date
  zhaoyu 52cf5a5b8e Merge branch 'master_signhere' of git.kdan.cc:wayne.huang/KdanLoginRegisterUI il y a 5 ans
  luozhipeng dff351c246 gradle - 相关组件升级 & 新增Kotlin ktx组件 il y a 5 ans
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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'