can I use ktor logger in shared module in kmm ?
# multiplatform
e
can I use ktor logger in shared module in kmm ?
c
Only if the logger library is a multiplatform library. For example, if the logger is JVM-only, you can implement the library in your JVM module and others like darwin you could use something else and provide using
expect/actual
.
s
Pretty sure it is multiplatform, I'm using it