ok this is probably obvious but i’m missing someth...
# multiplatform
c
ok this is probably obvious but i’m missing something. i try to make a new multiplatform project in intellij and it fails before i’ve typed anything at all. I get a
Cannot add extension with name 'kotlin', as there is an extension already registered with that name.
error on the line saying
apply plugin: 'kotlin-platform-js'
Is that just me?