is there some way to set the component name in the...
# kotlin-native
k
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
Probably
baseName.set("Greeting")
k
that worked, thanks!