bsimmons
07/06/2020, 6:15 PMoshai
07/07/2020, 8:30 AMoshai
07/07/2020, 8:31 AMoshai
07/07/2020, 8:31 AMbsimmons
07/07/2020, 12:33 PMbsimmons
07/07/2020, 12:34 PMoshai
07/14/2020, 5:56 PMoshai
07/14/2020, 5:57 PMkotlin-logging-common
is the common artifactoshai
07/14/2020, 5:58 PMbsimmons
07/14/2020, 6:58 PMUnresolved reference: KLogger
when I try and import mu.KLogger in my iosX64 target. I guess it isn't a pure kotlin dependency?oshai
07/15/2020, 5:23 AMexpected
interface. ie you have to implement the ios module yourself. see js for example: https://github.com/MicroUtils/kotlin-logging/blob/master/src/jsMain/kotlin/mu/KLogger.ktbsimmons
07/15/2020, 12:45 PMActual interface 'KLogger' has no corresponding expected declaration.
I guess I should probably just create a custom logging interface for my project.oshai
07/15/2020, 1:58 PMbsimmons
07/15/2020, 2:10 PMpackage mu
Just copied and pasted the class you sent. Also, using version 1.7.8 if that matters. I have no mu dependency in my iosMain, just the kotlin-logging-common in my commonMain.oshai
07/15/2020, 8:45 PMbsimmons
07/16/2020, 12:31 PMoshai
07/17/2020, 8:30 PM