Join Slack
Powered by
Hi everyone, I'm getting a compile time error in t...
# android
t
Tiago Nunes
02/25/2021, 10:41 AM
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
2
Views
Open in Slack
Previous
Next