Skip to content

Commit 7ab4c16

Browse files
authored
[Doc] Fix package name in __Schema section (#6053)
1 parent d81b2e7 commit 7ab4c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/migration/4.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ When using the `generateSchema` option, to avoid a name clash with the introspec
574574
import com.example.type.__Schema
575575

576576
// With
577-
import data.builders.schema.__Schema
577+
import com.example.schema.__Schema
578578
```
579579

580580
### KotlinLabs directives are now at version 0.3

0 commit comments

Comments
 (0)