Hi! I try to create kmp project from scratch in in...
# multiplatform
p
Hi! I try to create kmp project from scratch in intelij idea but i get
Copy code
Build file '/Users/dev/Projects/TestKMP/build.gradle' line: 6

An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '1.3.72']
> Failed to apply plugin [id 'org.jetbrains.kotlin.jvm']
   > Cannot add extension with name 'kotlin', as there is an extension already registered with that name.
my build.gradle file: https://pastebin.com/JzKQddMg Anyone can help me? P.S. I checked YouTrack and Github issues and stackoverflow and didn’t find problem resolving.