Ben Woodworth
05/20/2021, 9:15 PMdesktop
with dependsOn(common)
, and all the *_x64 source sets with dependsOn(desktop)
, but I'm not sure how to use the platform libs in desktop
common
- jvm
- js
- desktop (uses platform.zlib)
- linux_x64
- mingw_x64
- macos_x64
depends=stdlib org.jetbrains.kotlinx\:kotlinx-serialization-core org.jetbrains.kotlin.native.platform.zlib
I don't know how to make a source set depend on the zlib dependency in gradle thoughmsink
05/20/2021, 9:50 PMBen Woodworth
05/20/2021, 9:58 PM