Hello, i am a beginner in android app development....
# kotlin-dsl
j
Hello, i am a beginner in android app development. in my first project i am not able to sync my project with gradle. the problem shows like Plugin [id: 'com.android.application', version: '8.3.1', apply: false] was not found in any of the following sources: * Try:
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
* Exception is: org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.application', version: '8.3.1', apply: false] was not found in any of the following sources: can u help me?
b
You're missing a maven repository from where your project can pull in the plugin.