That’s right, you don’t get generated accessors in .kt
files. But you can also use .gradle.kts
files in your plugin project, and they do get generated accessors.
See Precompiled script plugins in the doc.
That’s right, you don’t get generated accessors in .kt
files. But you can also use .gradle.kts
files in your plugin project, and they do get generated accessors.
See Precompiled script plugins in the doc.