Kotlin Error : Could not find org.jetbrains.kotlin:kotlin-stdlib-jre7:1.0.7

后端 未结 15 1151
闹比i
闹比i 2020-11-30 06:17

I installed the Kotlin plugin into my app (v. v1.1.1-release-Studio2.2-1) and then selected "Configure Kotlin in Project" I selected compiler and runtime version

15条回答
  •  一个人的身影
    2020-11-30 07:00

    In Project level build.gradle use only this version

    ext.kotlin_version = '1.3.31'

    Remove other versions

    This will only work with the latest version of android studio 3.4

    UPDATE: Try to use the latest version of kotlin with latest Android studio to avoid an error.

提交回复
热议问题