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 1a55b73 commit 281e35bCopy full SHA for 281e35b
README.md
@@ -63,7 +63,6 @@ The macro generate a SwiftUI ViewModel from the content of the Kotlin `ExampleVi
63
.init(\.bidirectionalString, String.self, true),
64
.init(\.bidirectionalInt, Int?.self, true),
65
.init(\.bidirectionalBoolean, Bool.self, true),
66
- .init(\.bidirectionalLong, Int64.self, true),
67
.init(\.bidirectionalLong, Int64.self, true)
68
)
69
class MyMainScreenViewModel: ObservableObject {}
0 commit comments