-
Notifications
You must be signed in to change notification settings - Fork 52
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
Android (Kotlin) app template #1867
Conversation
@@ -17,7 +17,7 @@ Commands: | |||
wasm [options] <language> <name> Create a Polywrap wasm wrapper. langs: | |||
assemblyscript, rust, golang, interface | |||
app [options] <language> <name> Create a Polywrap application. langs: | |||
typescript | |||
typescript, android |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can there be vanilla kotlin or something? Just wondering since the template here is android specific
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could create another template that is not Android, sure. We have always treated Kotlin as a means of targeting android users, so I think having an Android template makes more sense.
…plate # Conflicts: # packages/cli/src/__tests__/e2e/p1/create.spec.ts # packages/cli/src/commands/create.ts
…kotlin-template # Conflicts: # packages/templates/app/android/polywrap.graphql
This PR adds an Android app template using the Kotlin app bindings.
Depends on:
#1868
polywrap/wrap-abi-bindgen#53
Ethereum wrapper invocation is not yet working due to incompatibility in Rust wrapscan uri resolver: