Sam
Results
67
issues of
Sam
``` sealed class Sealed data class One(val a: String) : Sealed() data class Two(val a: String, val b: Int) : Sealed() ``` Will always pick the first one.
pinned
CascadeMode.Merge
JDK 17, cannot get this to work due to missing javafx deps java.lang.ClassNotFoundException: javafx.scene.image.Image Can't even find where these are. Trying to import: api("org.openjfx:javafx-fxml:11.0.2") api("org.openjfx:javafx-web:11.0.2") Just brings back empty jars.