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

前端 未结 8 1542
逝去的感伤
逝去的感伤 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条回答
  •  萌比男神i
    2021-02-02 10:08

    Taking pointers from this answer - https://stackoverflow.com/a/49972566/7599300, I got rid by doing following steps:

    File -> Settings -> Plugins

    Unselect and select again red marked plugins.

    Click Apply and then OK.

    Android Studio will prompt to Restart, just Restart it.

提交回复
热议问题