Ruckus
03/26/2019, 7:35 PMimport javafx.scene.paint.Color`
and
typealias Color = javafx.scene.paint.Color
tseisel
03/26/2019, 9:26 PMtypealias
declarations must be imported if they are defined in another package.
But still, typealiases are a Kotlin-specific feature that is not ported to the JVM (with the exception of metadata, that are visible as an annotation in the compiled code for use with Kotlin's reflection).