-
Notifications
You must be signed in to change notification settings - Fork 189
Feat android large file #358
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ndroid-large-file # Conflicts: # composer.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny change, rest looks good.
templates/android/library/src/main/java/io/appwrite/Client.kt.twig
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some more small issues.
* | ||
* @return [T] | ||
*/ | ||
@Throws(AppwriteException::class) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove the hardcoded value here too
templates/android/library/src/main/java/io/appwrite/Client.kt.twig
Outdated
Show resolved
Hide resolved
@@ -1,5 +1,6 @@ | |||
package {{ sdk.namespace | caseDot }}.models | |||
|
|||
import kotlin.collections.Collection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep it is now - not sure how it wasn't before, but now without this there is a compilation error stating Collection
does not require type arguments when used here, as it was referring to io.appwrite.models.Collection
instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
No description provided.