I have a project that has multiple KMP, JVM, and Android modules, and I configure them with a single...
e
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
You could try to use
KotlinBasePluginWrapper
(though we have plans to deprecate it and eventually remove). Also please follow/vote for this issue
👍 1