benkuly
06/29/2023, 5:10 PMcommon depedency, which itself brings -jvm and -android dependency, is it possible to use the -jvm dependency in androidMain by excluding the -android dependency?Jeff Lockhart
06/29/2023, 5:48 PM-android platform dependency, usually that's because the -jvm dependency wouldn't be compatible on Android. What's your reason for not wanting to use the -android dependency?benkuly
06/30/2023, 5:53 AMkotlin-logging added an -android package in the new version, which uses android.util.Log, but we want to stay with Slf4J/Logback, which is still used in the -jvm package.hallvard
07/03/2023, 7:58 AMbenkuly
07/03/2023, 8:34 AM-jvm package within the android target? Despite that, kotlin-logging has added a fix to use slf4j within Android target.hallvard
07/03/2023, 8:39 AM