https://kotlinlang.org logo
j

jenji

08/06/2017, 7:57 PM
Has anyone tried to make a project that uses both the
kotlin
and
kotlin2js
plugins? When I try, I get an error that says
Cannot add extension with name 'kotlin', as there is an extension already registered with that name
. I initially tried with the kotlin gradle dsl, but it doesn't work with the groovy dsl either. My only thought is that I might be able to do it with a multi module project, and separate the js and jvm code bases.