JetBrains / JetBrains/Exposed

Support jigsaw module

Open
#1,088 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.