Is there a way to use javafx in a kotlin multiplat...
# multiplatform
y
Is there a way to use javafx in a kotlin multiplatform module? Can't use java plugin because compose multiplatform resources don't work
t
I would advice you to use javafx in a separate sub-project which depends on KMP one
1