Gerard de Leeuw

Results 20 comments of Gerard de Leeuw

Note that there is still a highlighting issue with IntelliJ IDEA when using Java modules in a multi-platform Kotlin project. The relevant issues are https://youtrack.jetbrains.com/issue/KTIJ-15498 and https://youtrack.jetbrains.com/issue/KTIJ-19614. Right now this...

Unfortunately I cannot use `Idea.isActive` because whatever the Gradle script configures is ignored by IDEA. It just immediately starts analyzing the module graph if it detects a `module-info.java` in the...

It happens because you are using JDK 16. Previously, an illegal access was only logged once and your program would continue to run. Since JDK 16 the new default behavior...

The VM options in your run configuration are passed to the Gradle JVM and not your application. You would probably have to configure it somewhere in your jpackage config, so...

~~I created a PR which adds a dedicated `module-info`: https://github.com/Kotlin/kotlinx-datetime/pull/135~~ Whoops, wrong repo / issue.. Anyway, I'm working on a PR to add JPMS support to kotlinx.coroutines. The biggest challenge...

Not much, compilation fails because `kotlinx.atomicfu` is not a module. So still waiting for https://github.com/Kotlin/kotlinx.atomicfu/pull/201 to be merged.

I opened PR https://github.com/Kotlin/kotlinx.coroutines/pull/3297 with full support for JPMS. However, there is still an open issue with highlighting in IntelliJ IDEA that is kind of annoying...

@jglynn I submitted a pull request (actually 2 different ways of solving this) that should fix this issue. A long story short: the `binary` type is not interpreted correctly which...

PR https://github.com/swagger-api/swagger-codegen-generators/pull/184 got merged a few days ago so this should be fixed in the next release

@jglynn PR #185 is now also merged. I would suggest closing this issue :)