I'd like to compile my own project with compiler o...
# koin
e
I'd like to compile my own project with compiler option
-Werror
(or in gradle
compilerOptions { allWarningsAsErrors = true}
, but Koin annotations give compiler warnings in generated code 😞
Variable 'moduleInstance' is never used
Is there a way to suppress these warnings or should I file a bug to generate better code?
a
something that coulds be improve yes
e
Thanks for the answer. I created an issue. Would be great if this could be resolved. https://github.com/InsertKoinIO/koin/issues/1563
a
great 👍