hy im new in android programming, i have issue with MyObjectBox class not rendered and this my gradle
project.build
https://gist.github.com/anonymous/0dd00926385ca89ace30fac7d635e23d
project.build
https://gist.github.com/anonymous/2d3541cac25a4912a98524d338faffee
You need to create at least one model class with @Entity annotation before go to Build > Make project
Not @entity, Its @Entity.
Most helpful comment
You need to create at least one model class with
@Entityannotation before go to Build > Make project