elect
11/08/2017, 3:34 PMKMutableProperty0
(thanks to @h0tk3y for the tip).
I created a class implementing that interface with all the corresponding functions for that and so far no problems. But whenever I tried to run, I get this
Error:(45, 12) java: reference to Getter is ambiguous
both interface kotlin.reflect.KProperty0.Getter in kotlin.reflect.KProperty0 and interface kotlin.reflect.KProperty.Getter in kotlin.reflect.KProperty matchThe problematic function is this one https://github.com/kotlin-graphics/imgui/blob/master/src/test/java/imgui/JavaProp.java#L43-L47