Hi, how to combine `kotlin-multiplatform` and `kot...
# kotlin-native
i
Hi, how to combine
kotlin-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'
d
Try #multiplatform
👍 1
t