Hello, everyone! Have anyone had experience adding...
# multiplatform
o
Hello, everyone! Have anyone had experience adding module-info.java in KMP project for jvm target? In particular, when some of the dependencies don’t have module-info.java inside JARs. I would really appreciate if you could share links to the projects or articles where I could take a look at how it was done. Thank you in advance!
t
Check this test setup for guidance.
And some bits of information are also available in this issue
o
Thank you @tapchicoma !