Is there some known changes with Kotlin 2.0 and An...
# eap
t
Is there some known changes with Kotlin 2.0 and Android build dir sizes? For an app that is relatively large with like 200 modules, the sum of the build dirs is now over 45 GB after like 1 or 2 days of compilations. Maybe keeping more differential cache? And if yes is there a way to reduce that without a full clean?
1
i
сс @tapchicoma
g
Have you tried to measure what kind files do this?
Just for reference, we have Android project with about 600 modules, now I have 8GB for all files in the project (after maybe a week of work from last clean)
also significant part of it (~15%) is from project with large native dependency, which itself large because of debug symbols
t
It no more happens I suppose it was an AGP issue.