any idea on how to resolve these?
# android
a
any idea on how to resolve these?
it works but the build fails if allWarningsAsErrors is set to true
s
Have you tried removing the compiler args?
a
what do you mean?
g
You shouldn’t apply opt-in flags for modules which do not have those annotations in classpath
👍 1
a
ah I see, these are just for my compose module then
thanks
👍 1