79566086

Date: 2025-04-10 08:21:28
Score: 0.5
Natty:
Report link

You need to change the kotlin version in your android root project,

ext.kotlin_version = '1.6.0' // or whatever version is currently there

Replace it with the latest stable version, for example:

ext.kotlin_version = '1.9.0' // or latest version

Also update gradle android/gradle/wrapper/gradle-wrapper.properties file
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip

hope it helps!

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Poorvesh Modasia