We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281e35b commit 92d0185Copy full SHA for 92d0185
README.md
@@ -10,7 +10,7 @@ For example, instead of using KotlinInt/KotlinInt?, we're using Int/Int?, it can
10
11
Currently supported Kotlin types : dataclass/class, int, double, float, bool, uint, Long (swift int64), please make an issue for more.
12
13
-You can also bind **List** but only with type Class, DataClass and String.
+You can also bind **List** but only with type `Class` and `String`.
14
15
> [!NOTE]
16
> The macro can create uniderectional and bidirectionel binding
0 commit comments