How to resolve the "Cannot add extension with name...
# multiplatform
a
How to resolve the "Cannot add extension with name 'kotlin', as there is an extension already registered with that name." error ?
i
Which plugins did you apply in build.gradle?
a
JVM and JS, I just selected New Project and chose Multiplatform JS , JVM. Build fails.
i
A project should not mix JS and JVM Kotlin plugins, so when you want to add a new project to your multiplatform gradle build, you should actually add one common project and one project per each platform.
483 Views