Do I understand correctly that `kotlin-multiplatfo...
# multiplatform
r
Do I understand correctly that
kotlin-multiplatform
doesn't support
module-info.java
yet? So one is unable to use, for example, OpenJFX within multiplatform project?
e
Can you please clarify how OpenJFX is related to module-info?
r
Sorry, my misunderstanding on JPMS usage. I've actually missed the fact that one have to specify classifier for OpenJFX artifacts (e.g.
org.openjfx:javafx-base:11.0.2:linux
. After fixing dependencies I was able to move forward, so now I see these were unrelated.