Join Slack
Powered by
Hi,Everyone, Could I simply this gradle kotlin dsl...
# multiplatform
w
wuseal
08/04/2019, 1:52 PM
Hi,Everyone, Could I simply this gradle kotlin dsl of MPP project?
d
Dominaezzz
08/04/2019, 1:55 PM
You can replace,
iosArm32().compilations["test"].defaultSourceSet
with
named("iosArm32Test")
.
w
wuseal
08/04/2019, 2:00 PM
@Dominaezzz
Got it ,TKS, And I feel it ’s too much more code than build.gradle when use build.gradle.kts😂
3
Views
Open in Slack
Previous
Next