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.1' to the latest version of the cache fix plugin
83
-
[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
+
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. 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).
84
83
85
84
<detailsopen>
86
85
<summary>Kotlin</summary>
87
86
<br>
88
87
89
88
```kotlin
90
89
plugins {
91
-
id("org.gradle.android.cache-fix") version "3.0.1" apply false
90
+
id("org.gradle.android.cache-fix") version "3.0.2" apply false
92
91
}
93
92
94
93
subprojects {
@@ -105,7 +104,7 @@ subprojects {
105
104
106
105
```groovy
107
106
plugins {
108
-
id "org.gradle.android.cache-fix" version "3.0.1" apply false
107
+
id "org.gradle.android.cache-fix" version "3.0.2" apply false
0 commit comments