When I run my application with external libraries I get the following:
Error occurred during initialization of boot layer java.lang.module.ResolutionException: Modules module-a and module-b export package some.package to module module-c
I found similar question, but what should I do if I have external libraries e.g.:
Modules kotest.assertions.jvm and kotest.core.jvm export package io.kotlintest to module slf4j.api
I use jlink in the gradle file.
Repository with the example: https://github.com/Patresss/KotestModule