Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. #286

Open
psyzz opened this issue Jan 3, 2023 · 7 comments 路 May be fixed by #288
Open

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. #286

psyzz opened this issue Jan 3, 2023 · 7 comments 路 May be fixed by #288

Comments

@psyzz
Copy link

psyzz commented Jan 3, 2023

Hi! 馃憢

Firstly, thanks for your work on this project! 馃檪

Today I used patch-package to patch [email protected] for the project I'm working on.

I had a compile error with react-native 0.70.6 :
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-text-input-mask/android/build.gradle b/node_modules/react-native-text-input-mask/android/build.gradle
index c94f33f..c045381 100644
--- a/node_modules/react-native-text-input-mask/android/build.gradle
+++ b/node_modules/react-native-text-input-mask/android/build.gradle
@@ -27,7 +27,7 @@ android {
 
 buildscript {
     ext {
-        kotlinVersion = '1.4.31'
+        kotlinVersion = '1.6.10'
     }
     repositories {
         jcenter()
@leonardoMoliveira
Copy link

Exactly same problem here. Hope the author fixes this problem soon! :)

@FDiskas FDiskas linked a pull request Jan 19, 2023 that will close this issue
@lclarkg18
Copy link

I'm facing this issue too!

@mbritton
Copy link

Me, too.

@Jeadonara
Copy link

Waiting for the fix.

@rrostovshchikov
Copy link

Where you fix this problem?

@lclarkg18
Copy link

As mentioned by many before me, this package is clearly very poorly maintained. Don't try to make a quick fix within the package as it will then become difficult to maintain and deploy. Consider using a different package. I recommend react-native-mask-input, it's simple and very well maintained, I even requested a simple feature and it was added and deployed in the same day!

@ptucky
Copy link

ptucky commented Mar 6, 2023

As mentioned by many before me, this package is clearly very poorly maintained. Don't try to make a quick fix within the package as it will then become difficult to maintain and deploy. Consider using a different package. I recommend react-native-mask-input, it's simple and very well maintained, I even requested a simple feature and it was added and deployed in the same day!

Awsome solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants