Hi there !
I downloaded a custom library from an other dev.
I tried to use it but IntelliJ is unable to decompile class file because of kotlin version (I think).
The error message is in every class files not decompiled and looks like this :
// This class file was compiled with different version of Kotlin compiler and can't be decompiled.
//
// Current compiler ABI version is 1.0.1
// File ABI version is 0.19.0
Anyone has idea to solve this ?..
Thanks !