Hi everyone, I'm getting a compile time error in t...
# android
t
Hi everyone, I'm getting a compile time error in the Impl class of the Dao (Room), when refering to a nested class in kotlin:
error: cannot find symbol: import com.app.classA$classB
For some reason the generated code in Java tries to import with
classA$classB
instead of
classA.classB