StephenVinouze / KinApp

A Kotlin In App Purchase library that lets you easily manage your billing process in Android
Apache License 2.0
81 stars 13 forks source link

Coroutines stable #5

Closed captaintouch closed 5 years ago

captaintouch commented 5 years ago

Hi,

I was getting some conflicts on my project because KinApp was using the experimental coroutines, upgraded it to Kotlin 1.3 for stable.

Hope this helps out!

StephenVinouze commented 5 years ago

Thanks for helping the library to stay up to date. I must admit I don't have that much time to do so 😅