Hi, i uses external libraries but the problem that i having is that those files does not load and i get this message from the file
// This class file was compiled with different version of Kotlin compiler and can't be decompiled.
//
// Current compiler ABI version is 1.1.16
// File ABI version is 1.5.1
I don’t really know how to update my ABI version
So i’ve tried to updated in builde gradle
ext.kotlin_version = "1.5.10"
Then inside the dependencies
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10"
Later i added to the dependencies of(build.gradle):app
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.10"
But no one of them give me succed any ideas?
Thank you in advance