diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index 8d2931b355..575d938f44 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -147,6 +147,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND break; case 'kotlin': $config = new Kotlin(); + $warning = $warning."\n\n > This is the Kotlin SDK for integrating with Appwrite from your Kotlin server-side code. If you're looking for the Android SDK you should check [appwrite/sdk-for-android](https://github.com/appwrite/sdk-for-android)"; break; default: throw new Exception('Language "'.$language['key'].'" not supported');