Hi,Everyone, Could I simply this gradle kotlin dsl...
# multiplatform
w
Hi,Everyone, Could I simply this gradle kotlin dsl of MPP project?
d
You can replace,
iosArm32().compilations["test"].defaultSourceSet
with
named("iosArm32Test")
.
w
@Dominaezzz Got it ,TKS, And I feel it ’s too much more code than build.gradle when use build.gradle.kts😂