Skip to content

fields has private access in .kt class #175

@sigfridod

Description

@sigfridod

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions