hirbod/react-native-volume-manager

[error] esa bug build expo dev clien

Closed this issue · 4 comments

I import the package and launch build dev version with : eas build --profile development --platform android

I obtain this error on "run gradlew" step : https://hastebin.com/ejiditukuj.sql

Looks like there is a mismatch with the Kotlin version in your setup.

do you have a solution ? change react version or expo cli ?

I solve the problem by changing kotlin_version in build.gradle :
def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : project.properties['VolumeManager_kotlinVersion']
to
def kotlin_version = "1.6.10"

Thanks for pointing out @matechcide, new update coming soon with a fix