Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error taking HostController with composable map #2

Open
matt-ramotar opened this issue Apr 4, 2023 · 0 comments
Open

Error taking HostController with composable map #2

matt-ramotar opened this issue Apr 4, 2023 · 0 comments

Comments

@matt-ramotar
Copy link
Owner

@Zipline Binding HostApi....
@Zipline Bound HostApi....
@Zipline Binding HostController!
@Zipline Bound HostController!
Trying to take HostApi...
Trying to take HostController...
Error taking HostController: SerializationException: Serializer for class 'Function0' is not found.
Please ensure that class is marked as '@Serializable' and that the serialization compiler plugin is applied.

On Kotlin/JS explicitly declared serializer should be used for interfaces and enums without @Serializable annotation

See:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@matt-ramotar and others