I used kapt to generate some classes in a module. The classes are visible from IntelliJ IDEA but when I use the same module in an Android project in Android Studio, they are not found. I have some properties of that types in viewmodels, and I can't bind to them because the build fails as the type is unknown.
Do you know why this is happening?