How to resolve the "Cannot add extension with name 'kotlin', as there is an extension already registered with that name." error ?
i
ilya.gorbunov
12/05/2017, 8:53 PM
Which plugins did you apply in build.gradle?
a
avolkmann
12/06/2017, 9:54 AM
JVM and JS, I just selected New Project and chose Multiplatform JS , JVM. Build fails.
i
ilya.gorbunov
12/06/2017, 11:23 AM
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.