parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

Coroutine library support is not importing. #1074

Closed Kialagao closed 3 years ago

Kialagao commented 3 years ago

Parse is getting imported but the Coroutine library support isn't.

Jawnnypoo commented 3 years ago

Can you paste what your dependencies looks like?

Kialagao commented 3 years ago

App Module ErrorMsg

Hello. First image is app level. Second image is module. Last is the error message.

Jawnnypoo commented 3 years ago

That extension does not exist, you'll want to use user. suspendSave instead

Kialagao commented 3 years ago

I'm sorry, but it's still not working. Err

Jawnnypoo commented 3 years ago

user.suspendSave(), not user.saveInBackground().suspendSave()

Kialagao commented 3 years ago

Same thing. It's fine though. There's prolly something wrong on my end. Er