Ivan
11/13/2018, 2:23 PMkotlin-multiplatform and kotlin-android plugins inside build.gradle file? I really need to have kapt for room to work on android module, but I cant get kapt to work without kotlin-android plugin, which cannot be added because of error Cannot add extension with name 'kotlin', as there is an extension already registered with that name
Project was created by intellij idea, it creates 1 build.gradle for all platforms so I dont have android own 'build.gradle' and Im confused