I’m trying to use logback in a compose desktop app...
# compose-desktop
k
I’m trying to use logback in a compose desktop app created with the KMP wizard (so using the KMP plugin). I have an xml configuration file in the resources directory of desktopMain but this doesn’t seem to get picked up and put on the classpath. Do I need to do anything in particular to get this to work?
a
Did you rebuild the project ? And also are you sure that you're imprting the new resources API in build.gradle.kts file ?
k
I was being an idiot. It’s working ok now