stream-log
stream-log copied to clipboard
Kotlin multiplatform support
After reviewing the code i think it's feasible to make the stream-log module JVM independent. Do you plan on doing so? Even the stream-log-file could be adjusted using Okio (not 100% sure about that though)
@jakoss This is a great idea! Let me check the feasibility of this. Thanks for your feedback :)
What do you think about this? @kanat @JcMinarro
What do you think about this? @kanat @JcMinarro
Sounds reasonable 👍
Great, it would be awesome to use stream-log in shared module and then just use proper sink on any of the platforms :)
#22
Hey @jakoss, it's so late, but now Stream Log supports KMP! Thank you for your suggestion.