Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Disable cacheFix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 18, 2023
1 parent 3b92df5 commit ca3fa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

plugins.withType<BasePlugin> {
plugins.apply(libs.plugins.kotlin.android.get().pluginId)
plugins.apply(libs.plugins.cacheFix.get().pluginId)
//plugins.apply(libs.plugins.cacheFix.get().pluginId)

if (this is AppPlugin) {
setupCommon()
Expand Down

0 comments on commit ca3fa38

Please sign in to comment.