RevenueCat / purchases-kmp

RevenueCat SDK for Kotlin Multiplatform
MIT License
70 stars 2 forks source link

Converts the last few data classes to regular classes. #163

Closed JayShortway closed 2 weeks ago

JayShortway commented 2 weeks ago

As the title says. Unfortunately SuccessfulPurchase and SuccessfulLogin needed to keep their public constructors, because they are constructed in :result and :either. It's not ideal, but not terrible either imo.