Mention Kotlin in README (#13725)

This commit is contained in:
Mikkel Nygaard Ravn 2017-12-21 11:33:22 +01:00 committed by GitHub
parent af4ac729ef
commit e2988adef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,8 +84,8 @@ and learn more about the
Make your app come to life
with platform APIs, 3rd party SDKs,
and native code.
Flutter lets you reuse your existing Java, Swift, and ObjC code,
and access native features and SDKs on iOS and Android.
Flutter lets you reuse your existing Java/Kotlin and ObjC/Swift code,
and access native features and SDKs on Android and iOS.
Accessing platform features is easy. Here is a snippet from our <a href="https://github.com/flutter/flutter/tree/master/examples/platform_channel">interop example</a>:
@ -116,7 +116,7 @@ If you don't have any mobile development experience, Flutter
is an easy and fast way to build beautiful mobile apps.
If you are an experienced iOS or Android developer,
you can use Flutter for your views and leverage much of your
existing Java/ObjC/Swift investment.
existing Java/Kotlin/ObjC/Swift investment.
### Build
@ -132,7 +132,7 @@ existing Java/ObjC/Swift investment.
* Package manager
* **Full-featured apps**
* Interop with mobile OS APIs & SDKs
* Maven/Java
* Gradle/Java/Kotlin
* Cocoapods/ObjC/Swift
### Optimize