What's the easiest way to enable building for all ...
# multiplatform
d
What's the easiest way to enable building for all native targets if there's no platform-specific native code at all? (I.e. pure Kotlin library)
d
Use a for loop in your gradle file to loop through all the target presets and add them.
👍 2