You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is going to be possible until this issue is resolved in Kotlin-MPP.
EDIT: To elaborate, the issue linked above states that it's not currently possible to include Java resources in multiplatform projects that have an Android target. It might be possible to hack something together so that a module-info file gets shoved into the JAR file all the same, but it the modules file wouldn't be integrated in the project and would have to be updated manually.
I ran
jdeps --generate-module-info . --module-path libs/ --multi-release 9 --ignore-missing-deps kotlin-logging-jvm-5.1.0.jar
and got
META-INF\versions\9\module-info.java
Of course I'm sure you'd want to tweak the file, but just to give you an example.
This would enable me to use your project, thanks for any help.
The text was updated successfully, but these errors were encountered: