You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
👟 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?
The text was updated successfully, but these errors were encountered: