Join Slack
Powered by
is there some way to set the component name in the...
# kotlin-native
k
kyonifer
09/17/2018, 8:21 PM
is there some way to set the component name in the new gradle DSL? before we could do
library('foo')
, but with the experimental DSL it seems to make
components.main.name
read only
t
thevery
09/17/2018, 8:25 PM
Probably
baseName.set("Greeting")
thevery
09/17/2018, 8:25 PM
See
https://github.com/JetBrains/kotlin-mpp-example/blob/master/greeting/ios/build.gradle
k
kyonifer
09/17/2018, 8:35 PM
that worked, thanks!
3
Views
Open in Slack
Previous
Next