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
Ivan Kubyshkin [JetBrains]
06/06/2024, 8:50 AM
сс @tapchicoma
g
gildor
06/13/2024, 8:46 AM
Have you tried to measure what kind files do this?
gildor
06/13/2024, 8:48 AM
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)
gildor
06/13/2024, 8:49 AM
also significant part of it (~15%) is from project with large native dependency, which itself large because of debug symbols