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

Merge pull request #1346 from appwrite/feat-update-kotlin-readme

Feat update kotlin readme
This commit is contained in:
Eldad A. Fux 2021-07-05 09:28:07 +03:00 committed by GitHub
commit 23f8c9a451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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