bkenn
07/10/2018, 7:01 PMexpect annotation class NodeEntity(val label: String = "")
and on the jvm target actual typealias NodeEntity = org.neo4j.ogm.annotation.NodeEntity
. The annotation I want to type alias has one field definition of String label() default "";
. I am getting Parameter 'label' has conflicting values in the expected and actual annotation
.udalov
bkenn
07/12/2018, 11:58 PM