From 6df7bae18aaade59291c34d027d3ad8d4e4175f8 Mon Sep 17 00:00:00 2001 From: Mark Han Date: Sun, 25 Aug 2019 20:31:56 -0400 Subject: [PATCH] docs: Add Kotlin in readme (#13118) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc6b9a44..cd9dd2e8f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ a web standard. Don't lock yourself into a proprietary stack. For example, if you use Apple's XCUITest library without Appium you can only write tests using Obj-C/Swift, and you can only run tests through Xcode. Similarly, with Google's UiAutomator or Espresso you can only write tests in -Java. Appium opens up the possibility of true cross-platform native app +Java/Kotlin. Appium opens up the possibility of true cross-platform native app automation, for mobile and beyond. Finally! If you're new to Appium, or want a more comprehensive description of what this is all