Tool : Android Studio 3.4.2
Issue: Compilation error.
Error details:
/ModernRecyclerViewMVP/weatherapp/build/tmp/kapt3/stubs/debug/com/rao/weatherapp/api/NetworkModule.java:7: error: A @module may not contain both non-static @provides methods and abstract @BINDS or @Multibinds declarations
public abstract class NetworkModule {
^
More Details: The error is thrown by kotlin compiler.
Tool : Android Studio 3.4.2
Issue: Compilation error.
Error details:
/ModernRecyclerViewMVP/weatherapp/build/tmp/kapt3/stubs/debug/com/rao/weatherapp/api/NetworkModule.java:7: error: A @module may not contain both non-static @provides methods and abstract @BINDS or @Multibinds declarations
public abstract class NetworkModule {
^
More Details: The error is thrown by kotlin compiler.