Hey people! Is there any way to make of a pure Kot...
# multiplatform
n
Hey people! Is there any way to make of a pure Kotlin module multiplatform?
b
Nope, you still need to declare all platforms explicitly. This might help, though https://github.com/mpetuska/template-kmp-library
n
Thanks, mate. Will look into it.
j
I think there is plans to allow avoiding to declare all targets, but not sure where I read that