i have a project with 2 modules, main which is all...
# android
j
i have a project with 2 modules, main which is all kotlin and some android library which is java. the curious part is when in my main project i try to inherit a class from the lib module. when the child class is a java file everything works, but when the child class is a kotlin file i get a
reference not found
error.