Mark Vogel
02/03/2023, 3:44 PMcommonMain
that does not support a specific platform such as Kotlin/JS, how can I exclude the dependency from jsMain
?jw
02/03/2023, 4:31 PMMark Vogel
02/03/2023, 4:32 PMjw
02/03/2023, 4:34 PMMark Vogel
02/03/2023, 4:38 PMsourceSetName { ... }
in Groovy to the Kotlin equivalent? Is that val sourceSetName by creating { ... }
?jw
02/03/2023, 4:38 PMcreate("sourceSetName") { }
to tone down their crazy DSLMark Vogel
02/03/2023, 4:40 PMJohn O'Reilly
02/03/2023, 6:22 PM