Join Slack
Powered by
What's the easiest way to enable building for all ...
# multiplatform
d
Derek Ellis
04/20/2020, 12:37 AM
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
Dominaezzz
04/20/2020, 1:24 AM
Use a for loop in your gradle file to loop through all the target presets and add them.
👍 2
3
Views
Open in Slack
Previous
Next