Unresolved reference: kotlinx

前端 未结 14 2740
无人及你
无人及你 2020-11-29 02:31

I am trying to try out Kotlin and the Kotlin Android extensions in Android Studio. I have tried this both in Android Studio v 1.5.1 on Ubuntu 14.04, and in Android Studio v

14条回答
  •  被撕碎了的回忆
    2020-11-29 03:11

    add apply plugin: 'kotlin-android-extensions' in app/buildgradle.

    if you have already added it, try to remove it and sync gradle, when sync is complete, then add it back and Sync Gradle again. This work for me.

提交回复
热议问题