mirzemehdi / KMPAuth

Kotlin Multiplatform Authentication Library targetting android and iOS
https://mirzemehdi.com/KMPAuth/
Apache License 2.0
178 stars 16 forks source link

Upgrade to compose-plugin 1.6.0-rc03; Using Resources in Compose #7

Closed AdrianLeeElder closed 7 months ago

AdrianLeeElder commented 7 months ago

This library is incompatible with the latest compose-plugin. Users will get an error about an "undefined symbol" for painterResource(string), because the method no longer exists.

AdrianLeeElder commented 7 months ago

Thank you for this amazing improvement @AdrianLeeElder . It looks good.

Thank you for this nifty library that saved me quite a bit of time :)