crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
358 stars 135 forks source link

VerifyReleaseResources FAILED error on releasing an APK #180

Closed augini closed 3 years ago

augini commented 3 years ago

Version of kakao-login libraries

"@react-native-seoul/kakao-login": "^2.10.1"

Version of react-native

"react-native": "0.63.2"

Platforms you faced the error (IOS or Android or both?)

ANDROID

Expected behavior

Build the release APK without the warnings or errors

Actual behavior

I am receving below error everytime I release an apk. APK is working fine but I want to stop getting this error on building an APK.

" > Task :react-native-seoul-kakao-login:verifyReleaseResources FAILED w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions "

Tested environment (Emulator? Real Device?)

I have tested it on Emulator

heyman333 commented 3 years ago

You resolve this issue in #179. right?

augini commented 3 years ago

Yes, thank you for merging my PR. That should solve the issue. I will close this issue.