1c87464695
There's a Kotlin-Java-Kotlin hierarchy with an abstract property in a superclass and its implementation (as a get-method) in the Java subclass, which caused problems because Kotlin subclass can't have both (different symbols, same JVM signatures)