Ohad Shai
Ohad Shai
the wiki has this section: https://github.com/MicroUtils/kotlin-logging/wiki/Multiplatform-support We can add a link to it on the readme.
Would you like to create a pr with the suggestion?
Thanks for reporting. I plan to add more targets after moving to circle ci and out of jcenter. Since this is a large effort it might take some time.
Is this a duplicate of #166 or is it a different os?
looks like the simplest is to create `iosX64()` (I don't know if macos supports builder the others). All platforms are here: https://kotlinlang.org/docs/apple-framework.html Is that what's required?
I created an initial cl, but it seems from slack this is not trivial: https://kotlinlang.slack.com/archives/C3SGXARS6/p1635966167145400 So if someone is willing to add it / test it feel free as I...
Thanks for reporting! Any idea how this should be fixed?
can you provide a test that will reproduce the issue?
thanks! would you like to create a pr out of it or should i?
So I think now I am able to reproduce it by adding the experiment flag, and created a PR for that: https://github.com/MicroUtils/kotlin-logging/pull/219 I am not sure what is the best...