Is it possible to access such Groovy clojures usin...
# gradle
a
Is it possible to access such Groovy clojures using Kotlin DSL? https://github.com/mannodermaus/android-junit5#setup Declaration is there — https://github.com/mannodermaus/android-junit5/blob/ee4499272fcb8c3c325a6af4a38bc49a8b5eec94/android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformPlugin.groovy#L149-L190 I’ve tried doing something like
val junit5: groovy.lang.Closure<List<Dependency>> by ext
, but I’m getting
Cannot get property 'junit5' on extra properties extension as it does not exist
.