onestudio-co / flutter-bond

Your next Flutter project template!
178 stars 49 forks source link

Editing the Kotlin version #115

Closed mohmmedkhalifa closed 1 year ago

mohmmedkhalifa commented 1 year ago

PART OF GTC OPEN SOURCE INTIATIVE

Pull Request Description

Summary: changed kotlin version to latest version compatible with flutter packages.

Before: ext.kotlin_version = '1.6.10'

After: ext.kotlin_version = '1.7.10'

salahamassi commented 1 year ago

Thanks 🚀