I have a project that has multiple KMP, JVM, and Android modules, and I configure them with a single precompiled script plugin. Is there a base plugin class I can use with
plugins.withType
to configure them all in one place?
t
tapchicoma
12/03/2021, 9:34 AM
You could try to use
KotlinBasePluginWrapper
(though we have plans to deprecate it and eventually remove).
Also please follow/vote for this issue