KotlinLogging Throws NoSuchMethod Exception
I'm using this library:
"io.github.microutils
kotlin logging2.0.4"
as a logger. In my code I call:
private val logger = KotlinLogging.logger{}
and then use this logger as follows:
logger.debug("message")
this runs fine until I try to debug my code at which point the following to two NoSuchMethodErrors pop up in the library:
private static IMarkerFactory bwCompatibleGetMarkerFactoryFromBinder() throws
NoClassDefFoundError {
try {
return...