[Gradle, JS] Disable KotlinJsDce caching when it's in dev mode
#KT-53788 Fixed
This commit is contained in:
committed by
Space
parent
fe5a6fd511
commit
2b26d1cc02
+1
@@ -45,6 +45,7 @@ abstract class KotlinJsDce @Inject constructor(
|
||||
|
||||
init {
|
||||
cacheOnlyIfEnabledForKotlin()
|
||||
outputs.cacheIf { !isDevMode }
|
||||
|
||||
include("js".fileExtensionCasePermutations().map { "**/*.$it" })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user