Why does the gradle-plugin-api artifact don't incl...
# gradle
h
Why does the gradle-plugin-api artifact don't include the extensions, like KotlinMultiplatformExtension?
t
No particular reason, haven't yet figured out what exactly we will consider as public API for our extensions.
h
Okay, what’s the use-case for the artifact? I thought the api artifact should be used for plugin authors and accessing the extension is useful imho. But sounds like you are open for a discussion, then I will create a ticket :)
t
I think we already have an issue for this, but if not - please create a new one. We are aware that in the current state KGP-API is far from ideal, but eventually we should improve it