[Gradle, JS] Disable KotlinJsDce caching when it's in dev mode

#KT-53788 Fixed
This commit is contained in:
Alexander Likhachev
2022-09-08 08:35:50 +02:00
committed by Space
parent fe5a6fd511
commit 2b26d1cc02
@@ -45,6 +45,7 @@ abstract class KotlinJsDce @Inject constructor(
init {
cacheOnlyIfEnabledForKotlin()
outputs.cacheIf { !isDevMode }
include("js".fileExtensionCasePermutations().map { "**/*.$it" })
}