Android Gradle 8.0,com.blankj.bus不兼容了怎么办
谷歌要求目标版本35,35的要求是8.0及以上,8.0后 com.blankj.bus不兼容了 Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'com.blankj.bus'. Caused by: com.android.builder.errors.EvalIssueException: API 'android.registerTransform' is removed. Caused by: com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle
+1
换用EventBus吧
谷歌要求目标版本35,35的要求是8.0及以上,8.0后 com.blankj.bus不兼容了 Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'com.blankj.bus'. Caused by: com.android.builder.errors.EvalIssueException: API 'android.registerTransform' is removed. Caused by: com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle