修复gradle 5.0 apt 失效的问题

This commit is contained in:
laoyuyu
2019-10-18 20:04:45 +08:00
parent 550455084f
commit fb0b95bd07
123 changed files with 19970 additions and 254 deletions

View File

@@ -13,8 +13,6 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Wed Dec 07 20:19:22 CST 2016
#org.gradle.daemon=true
#org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
# gradle proxy https://chaosleong.github.io/2017/02/10/Configuring-Gradle-Proxy/
#systemProp.socksProxyHost=127.0.0.1
#systemProp.socksProxyPort=1080
@@ -24,4 +22,7 @@
# androidx https://developer.android.com/studio/preview/features/?hl=zh-cn#androidx_migration
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=true
#org.gradle.daemon=true
#org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005