CarlosAlvarezdev
Results
2
comments of
CarlosAlvarezdev
trafficstars
Sometimes the problem is in some incompatible package, the ideal thing would be to identify it and change it for a compatible version or for another package, in my case...
This is not a final solution, but for the moment works to me: I change the version of gradle to this one: distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip /android/build.gradle ---> ``` ext.kotlin_version = '1.8.0' dependencies...