Have you tried to use it? probably the accessor is...
# gradle
j
Have you tried to use it? probably the accessor is not there as it is not generated and they haven’t added it to the plugin manually but maybe you can just access to the extension and it could work
1
🧵 1
c
I did not try. The release notes say
e
generated accessors don't work in settings :-/
you can use it manually just fine though
j
probably due missing accessor, but the plugin likely will be compatible with Kotlin, I doubt they are doing something special to need to use groovy
e
Copy code
import com.android.build.api.dsl.SettingsExtension

configure<SettingsExtension> {
    ...
}
y
The note is misleading, it works just fine in kts