braze-inc / braze-flutter-sdk

Public repo for the Braze Flutter SDK
Other
15 stars 29 forks source link

Upgrade Kotlin #65

Closed rickcasson closed 2 months ago

rickcasson commented 2 months ago

We ran into a couple Kotlin compatibility issues with other plugins until we bumped the Kotlin version of this plugin.

hokstuff commented 2 months ago

Which plugins were you facing compatibility issues with?

This change may break integrations for other client integrations on older versions, so we'll have to plan out this minimum Kotlin version bump appropriately in a future Breaking update.

rickcasson commented 2 months ago

After a bit more investigation, the issue resolved itself after doing a flutter clean... closing this for now! Thanks!