We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b1fae8 + 5340b79 commit cc44931Copy full SHA for cc44931
README.md
@@ -36,7 +36,7 @@ plugins {
36
}
37
38
subprojects {
39
- plugins.withType(com.android.build.gradle.BasePlugin) {
+ plugins.withType(com.android.build.gradle.api.AndroidBasePlugin) {
40
project.apply plugin: "org.gradle.android.cache-fix"
41
42
@@ -52,7 +52,7 @@ plugins {
52
53
54
55
- plugins.withType<com.android.build.gradle.BasePlugin>() {
+ plugins.withType<com.android.build.gradle.api.AndroidBasePlugin>() {
56
apply(plugin = "org.gradle.android.cache-fix")
57
58
0 commit comments