Skip to content

Commit 5bc8eaa

Browse files
committed
chore: struggling with kotlin? man mouaad in the cli
1 parent 164da5d commit 5bc8eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/src/main/java/com/algolia/codegen/AlgoliaKotlinGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void processOpts() {
8787
typeMapping.put("list", "List");
8888
typeMapping.put("set", "Set");
8989
typeMapping.put("map", "Map");
90-
typeMapping.put("AnyType", "Any");
90+
typeMapping.put("AnyType", "JsonElement");
9191
typeMapping.put("object", "JsonObject"); // from kotlinx.serialization
9292

9393
// Container types

0 commit comments

Comments
 (0)