You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are not using convention plugins and would like a quick way of testing the plugin you can alternatively place it in the root project's build.gradle (change '3.0' to the latest version of the cache fix plugin
80
+
If you are not using convention plugins and would like a quick way of testing the plugin you can alternatively place it in the root project's build.gradle (change '3.0.1' to the latest version of the cache fix plugin
81
81
[here](https://plugins.gradle.org/plugin/org.gradle.android.cache-fix)). We discourage this approach because it uses [cross project configuration](https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins_vs_cross_configuration).
82
82
83
83
<detailsopen>
@@ -86,7 +86,7 @@ If you are not using convention plugins and would like a quick way of testing th
86
86
87
87
```kotlin
88
88
plugins {
89
-
id("org.gradle.android.cache-fix") version "3.0" apply false
89
+
id("org.gradle.android.cache-fix") version "3.0.1" apply false
90
90
}
91
91
92
92
subprojects {
@@ -103,7 +103,7 @@ subprojects {
103
103
104
104
```groovy
105
105
plugins {
106
-
id "org.gradle.android.cache-fix" version "3.0" apply false
106
+
id "org.gradle.android.cache-fix" version "3.0.1" apply false
0 commit comments