Support jigsaw module
Open
- Dominant language
- Kotlin
- Stars
- 9.3k
- Forks
- 798
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 26
Description
when adding the exposed dependency, when the application starts, it starts giving an error (see below), trying to exclude nothing helps
```
Error occurred during initialization of boot layer
java.lang.LayerInstantiationException: Package kotlin in both module mymodule.merged.module and module kotlin.stdlib
```
```gradle
plugins {
kotlin("jvm") version "1.4.10"
application
id("org.openjfx.javafxplugin") version "0.0.9"
id("org.beryx.jlink") version "2.22.2"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.