1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

feat: added kotlin readme warning

This commit is contained in:
Christy Jacob 2021-07-05 11:33:06 +05:30
parent 71bf43a355
commit 3251d29303

View file

@ -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');