have others been able to get the generated accesso...
# gradle
m
have others been able to get the generated accessors to work with
0.8.0
release? I am trying it out with the
apply false
in the plugins block to apply it to subprojects but not having much luck with a multiproject build with
org.gradle.script.lang.kotlin.accessors.auto=true
in
gradle.properties
doesn’t seemt o be generating the extensions i expect it too:
Copy code
plugins {
  id("org.jetbrains.kotlin.jvm") version "1.1.1" apply false
}