hi~ how to add extension object to a custom plugin...
# gradle
m
hi~ how to add extension object to a custom plugin in kotlin? i used this line as in groovy way:`val extension = project.extensions.create("printContent", SimplePluginExtension::class.java)` but got this error:
Copy code
Could not generate a proxy class for class xxx.xxx.SimplePluginExtension