in a older project i do not get these warnings: ``...
# tornadofx
n
in a older project i do not get these warnings:
Copy code
e: /home/nikky/dev/imageviewer/src/main/kotlin/com/example/demo/model/Tag.kt: (9, 17): Property delegate must have a 'getValue(Tag, KProperty<*>)' method. None of the following functions is suitable: 
public open fun getValue(): String! defined in javafx.beans.property.SimpleStringProperty
e: /home/nikky/dev/imageviewer/src/main/kotlin/com/example/demo/model/Tag.kt: (9, 17): Property delegate must have a 'setValue(Tag, KProperty<*>, [ERROR : Type from delegate])' method. None of the following functions is suitable: 
public open fun setValue(p0: String!): Unit defined in javafx.beans.property.SimpleStringProperty