Should the generation for settings extension acces...
# community-support
j
Should the generation for settings extension accessors work in convention plugins? A user has reported that it is working on
settings.gradle.kts
files but the accessor is not there on settings convention plugins (using kts).
n
We've noticed the same problem. Also interested in the answer to this 🙂
j
It would be the behavior one would expect. But it does not work. It's a missing feature I would say. In
settings.gradle.kts
it works since 8.8. - https://github.com/gradle/gradle/issues/11210. I don't know if there is an issue that tracks this already. There is nothing mentioned in the issue above.