Conor Egan

Results 5 comments of Conor Egan

I have just tried again with version `5.0.0-alpha.12`, and the warning messages still appear. It's worth noting that adding `requires kotlin.stdlib` to your `module-info.java` will stop the warnings from showing.

I'm not familiar with OSGi, but after a quick look through some documentation, it seems like that might be the necessary fix. Another thing, the [Kotlin documentation for OSGi](https://kotlinlang.org/docs/kotlin-osgi.html) states...

I forked and built locally, adding the import statement, and then published to maven local; but it didn't fix the issue.