https://kotlinlang.org logo
Title
o

octylFractal

10/24/2018, 7:37 AM
runConfigurations
looks like it should extend one of Gradle's standard named collections, and the DSL adds special overrides for that, you should be able to do something like
create<...Application>("runIde") { ...
if it does
👍 1
b

breandan

10/24/2018, 4:14 PM
I see. Is this supposed to be obvious? Because the tools provided no assistance
o

octylFractal

10/24/2018, 4:17 PM
I'm not sure. IntelliJ has provided me with completion for it before (it usually looks like the methods missing a type argument, and is slightly separate from the other similar methods) it's definitely something that should be documented somewhere, it might already be but I've never looked for it, I just explored in my IDE.