error : Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
I am building a simple multi-module app, and haven’t really even added much but I am encountering this error when trying to build the app.
I have this base-like ViewModel implementation(which is an open class) that seats in a separate module called core:presentation and then I have a ViewModel for a screen that calls this BaseViewModel that seats in another module called feature:list:ui. First I will show the error, then show the code and their respective build.gradle.kts files. I am also using Hilt for DI.