You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,8 @@ Index index = client.getIndex("your_index_name");
92
92
93
93
### Kotlin support
94
94
95
-
Even though the Android client is written in Java, you can still use it in a Kotlin project, as long as you don't mix Java and Kotlin code in the same file.
95
+
Even though the Android client is written in Java, you can use it in a Kotlin project. Check out our [Android demo (`kotlin`
96
+
branch)](https://github.com/algolia/algolia-android-demo/tree/kotlin) to see an example.
0 commit comments