tseisel
12/30/2021, 9:49 AMkotlinOptions
and kapt
for each of those modules without repeating myself, how can I centralize configuration ? I've found very few official resources on Kotlin project modularization.Vampire
12/30/2021, 10:27 AMbuildSrc
or an included build like build-logic
and then apply that convention plugin to the projects where you want these conventions / settings applied.tseisel
01/03/2022, 7:07 PMbuildSrc
approach and got odd IDE errors (projects seems to build fine though). I use Android Studio 2020.3.1, any idea how to solve this ?Vampire
01/03/2022, 7:19 PMkotlinOptions
) really makes me wonder, as it correctly has this: KotlinCompile
, so kotlinOptions
should work fine.
Maybe if you do "Invalidate Caches and Restart", maybe some cache got confused.
In rare cases it is also necessary to manually nuke the cache directories which does even more than that action.