Plugin [id: 'org.jetbrains.kotlin.jvm', version: 'X.X.X'] was not found in any of the following sources
Exception : Plugin [id: 'org.jetbrains.kotlin.jvm', version: 'X.X.X'] was not found in any of the following sources
Resolution:
1. Go to the Intellij IDEA Menu -> Click on Preferences -> In the search box type "Kotlin Compiler" -> Check the "Language version" and "API version".
If it's not the Kotlin version that is expected for the project then change it from the drop-down box
2. If the drop-down does not have the expected version then update the Kotlin plugin (Goto Intellij IDEA Menu -> Click on Preferences -> In the search box type "Plugins" -> Search for "Kotlin" and click on Update).
3. If the Kotlin plugin is not showing the "Update" then Upgrade the Intellij IDEA.
Comments
Post a Comment