Hello Everyone,
I have build kotlin-multiplatform application targeting WindowsOS and LinuxOS running on JVM.
And have issue with the logger generation / application running.
I have exported the Jar for WindowsOS & LinuxOS and its working fine and logs get produce without an issue.
But when I export the .exe/.msi file and when I try to run then application provide the following issue "javx/naming/exception"
If I removed the logger dependency then application run successfully.
Need help to implement the logger (file appender).