appwrite / sdk-for-android

[READ-ONLY] Official Appwrite Android SDK 💚 🤖
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
98 stars 21 forks source link

🐛 Bug RDepencies lexique Error base on new #55

Open leenorshn opened 1 month ago

leenorshn commented 1 month ago

👟 Reproduction steps

When I'm using the appWrite dependency in new build.gradle with catalogue it show a error on sdk.for.android rename that in "io.appwrite:sdk-for-android:5.1.0" by an other name it works. That is because for is a internal key word for kotlin.

👍 Expected behavior

I suggest that it can be better to rename the dependecy to sdk.appwrite.android for resolving that error.

👎 Actual Behavior

it actually like this "io.appwrite:sdk-for-android:5.1.0"

🎲 Appwrite version

Version 1.5.x

💻 Operating system

Windows

🧱 Your Environment

I'm using Android Studio Koala | 2024.1.1

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?