Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit ac0b75b

Browse files
committed
docs(README): update Kotlin mention
docs(README): update Kotlin mention
1 parent 94235d8 commit ac0b75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ Index index = client.getIndex("your_index_name");
9292

9393
### Kotlin support
9494

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.
9697

9798
## Push data
9899

0 commit comments

Comments
 (0)