Browse Source
Before this change, the following Groovy DSL code would not work: ``` dependency { implementation compose.desktop.currentOS } // or kotlin { jvm { withJava() } sourceSets { named("jvmMain") { dependencies { implementation(compose.desktop.currentOs) } } } } ```pull/102/head
Alexey Tsvetkov
4 years ago
committed by
Alexey Tsvetkov
1 changed files with 11 additions and 0 deletions
Loading…
Reference in new issue