:wave: Any clue why the `PLUGIN_IS_NOT_ENABLED` warning is only shown on IDE and doesn’t log (or fai...
a
đź‘‹ Any clue why the
PLUGIN_IS_NOT_ENABLED
warning is only shown on IDE and doesn’t log (or fail when
allWarningsAsErrors
) ?
g
sorry for guessing - I found this channel and your message by accident ;] but IMO you should take a look into build.gradle of your module and make sure you have in section
plugins {...}
plugin which handles 'generating code for serialization'
a
@GTR yes this is how to fix the warning. My question is more about the warning only showing in the IDE and not while building from cmd line.
g
well, let me still do some guessing ;] my Android Studio sometimes also behave in strange way so 1st: try to clear cash of Android Studio [File > Clear Cache] and then rebuild project if still the problem: 2nd: try to update either Android Studio and Gradle Android Plugins [if not updates]