Is this possible yet? <https://discuss.kotlinlang.org/t/is-it-possible-to-make-a-library-module-tha...
m
In your
commonMain
add all your code there and in your gradle file add support to all platforms. With that, gradle will handle the rest
m
yep, i thought i had to have these folders for multiplatform support, but that's not the case
m
No, they are only needed when you are going to implement something specific for a target or when using expect/actual