With the kotlin multiplatform plugin, is there a w...
# multiplatform
m
With the kotlin multiplatform plugin, is there a way to call
gradle build
for a specific target? e.g.
gradle buildAndTestJvmOnlySomehow
,
gradle buildAndTestLinuxOnlySomehow
. I'm thinking about CI scenarios