Skip to content

IllegalStateException: Class does not have a primary key  #16

@margge

Description

@margge

I am getting this when I am using data classes

data class Task(val id: Long,
                val taskConsecutive: String,
                val activityName: String,
                val siteName: String,
                val taskDescription: String)

It seems we need to support Kotlin types

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions