abu naser
08/15/2023, 3:33 AMIncompatible abi version. The current default is '1.7.0', found '1.8.0'. The library produced by 1.9.0 compiler
anyway for android i need to change the plugin version bellow 8.0 otherwise get
The applied Android Gradle Plugin version (8.1.0) is higher than the maximum known to the Kotlin Gradle Plugin
it worked if i change the version as it clear in the log .but i need to use older version and they dont support android 34 (show just a warning though) .
i see most of the famous library support so many multiplatform version . how to do that ? find a middle multiplatform version that supported by latest and old ? which version will be most suitable ? and also in 1.9.0 the androidTarget() cant be used directly i needed to use android.library plugin thats ok but its not support newer library version ? i needed to use pluginResolutionStrategy and use module for android build tool . and some build tool version have problem too . thanks for your time .any insight will be a big help.mbonnin
08/15/2023, 5:20 PMmbonnin
08/15/2023, 5:21 PMmbonnin
08/15/2023, 5:23 PMmbonnin
08/15/2023, 5:24 PMabu naser
08/16/2023, 12:03 PMKumar
09/27/2023, 9:46 AM