Kata: Convert each fruit name into a KV of its first letter and itself, e.g. apple => KV.of("a", "apple")
apple => KV.of("a", "apple")
withKeyType(TypeDescriptor)