sensorsdata / sa-sdk-android-plugin2

神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。
http://opensource.sensorsdata.cn
Apache License 2.0
435 stars 149 forks source link

插件是否考虑支持 configuration-cache #29

Open yorkvolvo opened 1 year ago

yorkvolvo commented 1 year ago

是否考虑支持 configuration-cache 来加速应用程序构建时间?

#https://developer.android.com/studio/build/optimize-your-build#use-configuration-caching-experimental
org.gradle.unsafe.configuration-cache=true
# Use this flag carefully, in case some of the plugins are not fully compatible.
org.gradle.unsafe.configuration-cache-problems=warn
GvcZhang commented 1 year ago

目前只是试验功能,后续会保持关注这方面的进展。

yorkvolvo commented 1 year ago

谢谢回复,看到个相关的 blog, 适配的时候希望对你有用:Gradle Configuration Caching — Replacing a Build Listener with Build Services

tanranran commented 1 year ago

+1