Hi! I'm new with plugins, is it possible to config...
# getting-started
b
Hi! I'm new with plugins, is it possible to configure an Artifact from
KotlinGradleSubplugin
to local tests? I'm trying to create a SubPlugin configuration to local tests and in classpath I'm downloading the plugin dependency by a local jar (
classpath files('..my-jar.jar')
) but in my SubPlugin config I need to create an Artifact config setting my dependency in
getPluginArtifact
function, is it possible to create a plugin to local tests or do I need to publish it in a maven repository?