Robert Jaros
08/24/2025, 2:01 PMjsBrowserProductionWebpack
task is somehow skipped.Robert Jaros
08/24/2025, 2:02 PM--info
shows this:
> Task :examples:hello-world:jsBrowserProductionWebpack FROM-CACHE
Build cache key for task ':examples:hello-world:jsBrowserProductionWebpack' is 04688503566953bbe1c2ae2e010ccccc
Task ':examples:hello-world:jsBrowserProductionWebpack' is not up-to-date because:
Output property 'outputDirectory' file /home/rjaros/git/kilua/examples/hello-world/build/kotlin-webpack/js/productionExecutable has been removed.
Loaded cache entry for task ':examples:hello-world:jsBrowserProductionWebpack' with cache key 04688503566953bbe1c2ae2e010ccccc
Resolve mutations for :examples:hello-world:jsBrowserDistribution (Thread[#10101,Execution worker Thread 3,5,main]) started.
:examples:hello-world:jsBrowserDistribution (Thread[#10101,Execution worker Thread 3,5,main]) started.
Robert Jaros
08/24/2025, 2:03 PMRobert Jaros
08/24/2025, 2:07 PMorg.gradle.caching=false
fixes the issue, but makes build process very slow.Robert Jaros
08/24/2025, 2:07 PMRobert Jaros
08/24/2025, 2:11 PMexample
subdirectory). It doesn't appear with simple projects.Robert Jaros
08/24/2025, 2:21 PMRobert Jaros
08/24/2025, 2:22 PM