Are there any short term plans in Kotlin-DSL to im...
# gradle
f
Are there any short term plans in Kotlin-DSL to implement the model {} configuration DSL that currently exists in the Groovy-DSL? I'm having issues with adding sources Jar to the publication of the Java Gradle Plugin Plugin for a custom Plugin I've written in Kotlin. One possible work around is to edit the model rules directly but I really don't want to drop down into the RuleSource level of configuration if I can help it.