Open nawafAlkhadidi opened 3 years ago
@nawafAlkhadidi The problem facing you is just like the one I faced.
Do you think it is the same error?
By the way, have you found a solution to fix this? Thanks.
Same issue.
Same issue.
Fix this by upgrading kotlin version to 1.4.32.
the problem is that gallary saver uses ext.kotlin_version = '1.5.20'
and your project uses ext.kotlin_version = '1.3.50'
or lower.
to solve this go to:
1: android -> build.gradle
2: change from ext.kotlin_version = '1.3.50'
to ext.kotlin_version = '1.5.20'
FAILURE: Build failed with an exception.
Get more help at https://help.gradle.org BUILD FAILED in 16s Exception: Gradle task assembleDebug failed with exit code