diff --git a/kotlin/README.md b/kotlin/README.md index 57cab72b38..ab34cd1ef8 100644 --- a/kotlin/README.md +++ b/kotlin/README.md @@ -9,9 +9,9 @@ Fury Kotlin provides additional tests and implementation support for Kotlin type Fury Kotlin is tested and works with the following types: - primitives: `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double`, `UByte`, `UShort`, `UInt`, `UShort`, `UInt`. -- `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double` works out of the box with the default java implementation. +- `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double` works out of the box with the default fury java implementation. - stdlib `collection`: `ArrayDeque`, `ArrayList`, `HashMap`,`HashSet`, `LinkedHashSet`, `LinkedHashMap`. -- `ArrayList`, `HashMap`,`HashSet`, `LinkedHashSet`, `LinkedHashMap` works out of the box with the default java implementation. +- `ArrayList`, `HashMap`,`HashSet`, `LinkedHashSet`, `LinkedHashMap` works out of the box with the default fury java implementation. Additional support is added for the following classes in kotlin: