Join Slack
Powered by
Is it possible to dynamically select a def file du...
# kotlin-native
n
napperley
01/21/2020, 1:48 AM
Is it possible to dynamically select a def file during the build process based on the target?
a
Artyom Degtyarev [JB]
01/21/2020, 7:05 AM
yes, see
defFile
parameter here(
https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#cinterop-support
)
👍 1
4
Views
Open in Slack
Previous
Next