I cloned this udacity project and seems to have an earlier version of kotlin plugin and gradle. all good until i add a new fragment so when the gradle sync it shows this error
Caused by: org.gradle.internal.component.AmbiguousConfigurationSelectionException: Cannot choose between the following variants of org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10:
- gradle70JavadocElements
- gradle70RuntimeElements
- gradle70SourcesElements
- javadocElements
- runtimeElementsWithFixedAttribute
- sourcesElements
PS: Im new to android development