Hello, I’m a noob in this. I was in android studio and faced this error saying * Plugin [id: ‘kotlin-android’] was not found in any of the following sources:
How can I solve this?
Please provide the full error, and also how your build script looks like.
Did you maybe intend to use plugins { kotlin("android") }
instead of plugins { id("kotlin-android") }
?