`kaptGenerateStubsKotlin` task is taking unusual t...
# compiler
a
kaptGenerateStubsKotlin
task is taking unusual time for CI builds running within jib, it took 3x more time even though: 1. It was cache hit (
FROM-CACHE
) 2. compileKotlin took
1m
fresh build, no cache, which is supposedly faster.
it's faster when I run outside of jib.
d
#kapt