hmole
10/09/2018, 9:18 AMkapt
on android(main
) sources of multiplatform project? I can't apply kotlin-android
, because it says kotlin
extensions is already added, but without it there is no kapt
configuration.gildor
10/09/2018, 9:22 AMhmole
10/09/2018, 9:22 AMkotlin
extension block, but apply plugin: 'com.android.library'
must come before apply plugin: 'kotlin-multiplatform'
.gildor
10/09/2018, 9:22 AM