Skip to content

Compile error if ID property is private and has no setter/getter #426

@longdw

Description

@longdw

ObjectBox version: 1.4.4
Gradle tools version: 3.1.1
AndroidStudio version: 3.1.1

Manually Add Libraries

dependencies {
    implementation "io.objectbox:objectbox-android:1.4.4"
    annotationProcessor "io.objectbox:objectbox-processor:1.4.4"
}

When I add annotating one class with @entity, then I make project, the following error occurred:

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:compileDebugJavaWithJavac'.
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)
......

111

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions