-
Notifications
You must be signed in to change notification settings - Fork 410
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
iOS build not happening due to kotlin #2752
Comments
I have implemented this missing method in ParparVM so it should resolve this issue. It will be available in the next update. |
now the builder is complaining about this:
my class looks like this:
|
You'll need to avoid anything in the kotlin reflect package (e.g. KClass) since it uses reflection which we don't support. |
oh I see, thanks |
@shannah
this is FromUnitUtils.kt:
|
@shannah |
I have added this missing method to ParparVM. It will be available in the next update and should fix this error. |
the following error is printed out:
The text was updated successfully, but these errors were encountered: