is there any support for java 9/10 modules in Kotl...
# announcements
k
is there any support for java 9/10 modules in Kotlin?
a
Hello. You can use Kotlin with Java 9 modules today. Are you asking about some specific kind of support? By the way, you can check the "java-9" tag on YouTrack for issues around this topic: https://youtrack.jetbrains.com/issues/KT?q=tag:%20%7Bjava%209%7D%20%23Resolved%20
k
@Alexey Belkov [JB] Is it possible to make java 9 module using kotlin?
a
Yes, see https://discuss.kotlinlang.org/t/kotlin-support-for-java-9-module-system/2499. If you're asking about using a file like
module-info.kt
, then sorry, it's not supported, but you can vote for this issue: https://youtrack.jetbrains.com/issue/KT-24168
👍🏻 1