Nick
08/26/2021, 7:00 PMTomasz Krakowiak
08/26/2021, 7:04 PMTomasz Krakowiak
08/26/2021, 7:07 PMNick
08/26/2021, 7:08 PMCasey Brooks
08/26/2021, 7:09 PMapply(from = "")
, and I believe you can freely apply Groovy scripts to Kotlin, and vice-versa.
If applying a Kotlin script into an existing Groovy script, I believe things will continue to work as you'd expect, since Groovy is evaluated dynamically. But when using the apply(from = "")
syntax in a Kotlin buildscript, you will not get code completion or generated accessors, etc. from any plugins or anything else declared in the other script.Nick
08/26/2021, 7:09 PMNick
08/26/2021, 7:32 PM