Error:Kotlin: Unsupported plugin option: org.jetbrains.kotlin.android:enabled=true

前端 未结 8 1587
逝去的感伤
逝去的感伤 2021-02-02 09:36

Today I receive this error, while exactly same code was working an hour ago

Error:Kotlin: Unsupported plugin option: org.jetbrains.kotlin.android:enable

8条回答
  •  天命终不由人
    2021-02-02 10:26

    I solved this issue in a working project.

    Error:Kotlin: Unsupported plugin option: org.jetbrains.kotlin.android:enabled=true
    

    doing the following:

    • Updating the kotlin plugin.
    • File > Invalidate cache/ restart > Invalidate and restart.

提交回复
热议问题