-
Notifications
You must be signed in to change notification settings - Fork 306
Closed
Milestone
Description
Please help us to fix issues asap: to reduce checking with you back and forth, use the template below. Replace italic sections with your input.
For support questions, please use stackoverflow with the [objectbox] tag - we get notified.
Basics
- ObjectBox version (are using the latest version?): 1.0.0
- Reproducibility: [always]
Reproducing the bug
Description
@greenrobot I started using this but during build entities i have got below error from generated cursor.java class
Code
var addressLocationBox: ToOne? = null
collect313311(cursor, 0, 0, 0, null, 0, null, 0, null, 0, null, __ID_addressForeignKeyId, entity.addressForeignKey.getTargetId(), _ __ID_operationInQueue, entity.getOperationInQueue(), __ID_priority, entity.getPriority(), __ID_status, entity.getStatus(), 0, 0, 0, 0);
Logs & stackstraces
Error:(90, 50) error: addressLocationBox has private access in AddressBox
Entities
AddressBox.kt
Metadata
Metadata
Assignees
Labels
No labels