ysm-coder
ysm-coder
I couldnt find it in the guide, but bassicaly if I have some constraints (like String should only contain lowercase letters) I would check them in the setters and if...
I think the code example speaks for itself (if not, how do I use CheckTreeView with tornadofx-controlsfx): ``` import javafx.scene.control.TreeView import org.controlsfx.control.CheckTreeView import tornadofx.* class ExampleView : View("My View") {...
The Exception leads to this site withou the plugin [https://plugins.gradle.org/m2/gradle/plugin/ProguardAnnotations/proguard-annotations/0.3.0.12/proguard-annotations-0.3.0.12.pom](url) This is what I added to build.graddle.kts: `plugins { id("com.github.wrdlbrnft.proguard-annotations") version "0.3.0.12" }` I also tried with version 0.3.0.11