Kotlin with java9 module

Hi,

I have seen that kotlin 1.2 can now use java libraries build with java9 and having modules.
Is it plane in Kotlin to have the possibility to create modules too ?
Or is it already the case ?

Thanks

Thanks for the link.
This link say, if I understood it well, that we can consume java module with gradle with not so easy configuration. I hope it will be easier in the future. But that don’t really say if it will be possible to create modules
with kotlin in the future.

I was wondering the same. Does supporting some kind of module-info.kt make sense? Is there some support expected for upcoming Java 11 bytecode like there is for Java 8 since that’s the first LTS release supporting Jigsaw?