'kotless' cannot be applied to '(groovy.lang.Closure)'
itsandreramon opened this issue · 3 comments
itsandreramon commented
After creating a brand new project and wanting to enable GraalVM support I get the following error message:
Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method kotless() for arguments [build_dadsq1u39lufnoj95kr6apu66$_run_closure1@685ce999] on root project 'new-func' of type org.gradle.api.Project.
itsandreramon commented
It seems that you have to use Kotlin Gradle Scripts.. Any idea how to change it to Groovy DSL? At least add a note to the docs
TanVD commented
Hm, it is possible, but I would not recommend using Groovy with Kotless :) Is kts no go for you?
itsandreramon commented
Its terrible slow for me :/