diff --git a/lib/src/main/java/com/nextcloud/android/sso/api/NextcloudRetrofitServiceMethod.java b/lib/src/main/java/com/nextcloud/android/sso/api/NextcloudRetrofitServiceMethod.java index 5e4d8ea5..1d822dd9 100644 --- a/lib/src/main/java/com/nextcloud/android/sso/api/NextcloudRetrofitServiceMethod.java +++ b/lib/src/main/java/com/nextcloud/android/sso/api/NextcloudRetrofitServiceMethod.java @@ -116,7 +116,9 @@ public NextcloudRetrofitServiceMethod(String apiEndpoint, @NonNull Method method } /** - * filter out empty parameter annotations (e.g. when using kotlin) + * filter out empty parameter annotations (e.g. when using coroutines in kotlin (suspend functions)) + * For functions that are suspendable, the Continuation parameter will be added on the JVM side. + * https://blog.kotlin-academy.com/a-little-reflection-about-coroutines-34050cbc4fe6 * @param annotations * @return */