Incompatibility between TornadoFX and lowagie iText
I have a desktop application developed with TornadoFX (jaxaFx + kotlin) and when I insert the lowagie iText library in the dependencies declaration, the application stops working. When I compile with the iText library, the application just doesn't run. It doesn't return any error messages and doesn't even enter Main. Has anyone had a similar problem?
dependencies {
implementation("org.jetbrains.kotlin
kotlin stdlib jdk81.3.72")
implementation("org.jetbrains.kotlin
kotlin reflect1.3.72")...