<@U0QBCLV62> <https://github.com/gradle/gradle-scr...
# gradle
j
@bamboo https://github.com/gradle/gradle-script-kotlin/issues/356 I work (as a side project) with a project called WPILib. The project provides the java and C++ libraries to FIRST robotics students around the world. We currently use ANT and a buch of eclipse plugins to help students deploy code to their robot for competitions. We want to port this logic to gradle. To build all of our software we use gradle to compile the native code with some custom toolchains. This requires using the model based DSL. This build logic is currently in groovy. In order to make this work we need to use gradle's model based DSL. According to the person who wrote our gradle scripts the model based DSL isn't supported yet in kotlin. Is this the case? What is the status?