Skip to content

Commit d8158d2

Browse files
committed
2 parents 8453eb7 + 7c09f02 commit d8158d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ For example, instead of using KotlinInt/KotlinInt?, we're using Int/Int?, it can
88
> [!NOTE]
99
> The macro can create uniderectional and bidirectionel binding
1010
11+
See the [sample](https://github.com/frankois944/KTViewModelBuilder/tree/main/Sample) for a full example.
12+
1113
## Example
1214

1315
### Kotlin ViewModel
1416

15-
A Kotlin ViewModel shared between Android and iOS with Observable content and methods.
17+
The macro can create unidirectional and bidirectional binding.
1618

1719
```kotlin
1820
public class ExampleViewModel : ViewModel() {

0 commit comments

Comments
 (0)