0

i have uninstall app made in kotlin in android studio virtual device nexus 6, and when i try to build the gradle again , it is showing this error.Help me fix this.

e: C:/Users/acer/.gradle/caches/transforms-2/files-2.1/3f5d451ee838e9d174f4df0a62e3601f/jetified-core-ktx-1.7.0-api.jar!/META-INF/core-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16

Ajay Raut
  • 69
  • 1
  • 6
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Jan 10 '22 at 08:14

1 Answers1

0

You Can update your kotlin version. By opening build.gradle file in your application. Please lookout this answer it will help you.

Kotlin Learner
  • 3,995
  • 6
  • 47
  • 127