addamsson
02/20/2020, 7:59 PMassign to local variable
it tries to cast it into itself (???):
Property<Boolean> selectedProperty = (Property<Boolean>) check1.getSelectedProperty();
and signals a compile error: inconvertible types, cannot cast Property<Boolean> to Property<Boolean>
If I compile my code form the CLI it works fine, but within IDEA it is a compile error. What am I doing wrong?
I'm trying to use a Kotlin MPP class in my Java code.louiscad
02/25/2020, 10:29 PMaddamsson
02/25/2020, 10:37 PMaddamsson
02/25/2020, 10:37 PMaddamsson
02/25/2020, 10:37 PMlouiscad
02/26/2020, 7:47 AMaddamsson
02/26/2020, 8:39 AM