Open SchweinchenFuntik opened 3 years ago
it was my mistake, I did not exclude correctly: I did exclude(module = "kotlin.stdlib")
and exclude(group = "org.jetbrains.kotlin")
. Only the option with the module was needed.
But the question remains: Will exposed be split into modules?
@SchweinchenFuntik , it's already split into modules. Do you have any problems with the current modules?
no, I managed to start in compatibility mode, but will there be support for them?
@Tapac I'm not talking about these modules, but about the jigsaw project
@SchweinchenFuntik , it's already split into modules. Do you have any problems with the current modules?
Java 9 Platform Module System, using JPMS allows specifying provided services when developing dependency libraries, which can reduce dependency conflicts between projects. Additionally, it enables jlink to work, allowing for a smaller packaged product by customizing the JREwill there be support for them?
when adding the exposed dependency, when the application starts, it starts giving an error (see below), trying to exclude nothing helps