capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
https://capacitor-community-stripe.netlify.app/
MIT License
192 stars 77 forks source link

The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. #215

Closed jadsy2107 closed 1 year ago

jadsy2107 commented 1 year ago

Android

Building works | ionic cap build ios building fails with android | ionic cap build android

To Reproduce Steps to reproduce the behavior:

  1. Build in android studio

The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. The following dependencies do not satisfy the required version: project ':capacitor-community-stripe' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0

jadsy2107 commented 1 year ago

Don't like this but I'm doing for now, changes my node_modules/@capacitor-community/stripe/android/build.gradle from:

buildscript {
    ext.kotlin_version = '1.6.0'

to:

buildscript {
    ext.kotlin_version = '1.6.20'
rdlabo commented 1 year ago

Thanks for issue. Next version, kotlin_version is be 1.7!

jadsy2107 commented 1 year ago

Thanks for issue. Next version, kotlin_version is be 1.7!

Thanks