jaygadariya
Results
1
comments of
jaygadariya
> In my case, I solved it with the following. > [#301 (comment)](https://github.com/jonasbark/flutter_stripe_payment/issues/301#issuecomment-863851927) > > `android/build.gradle` > > ```groovy-gradle > ext.kotlin_version = '1.3.50' > > classpath 'com.android.tools.build:gradle:3.5.4' > ``` >...