Skip to content

Commit 281e35b

Browse files
authored
Update README.md
1 parent 1a55b73 commit 281e35b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ The macro generate a SwiftUI ViewModel from the content of the Kotlin `ExampleVi
6363
.init(\.bidirectionalString, String.self, true),
6464
.init(\.bidirectionalInt, Int?.self, true),
6565
.init(\.bidirectionalBoolean, Bool.self, true),
66-
.init(\.bidirectionalLong, Int64.self, true),
6766
.init(\.bidirectionalLong, Int64.self, true)
6867
)
6968
class MyMainScreenViewModel: ObservableObject {}

0 commit comments

Comments
 (0)