mrousavy / nitro

🔥 Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI
https://nitro.margelo.com
MIT License
650 stars 22 forks source link

fix: Import Nitro core in Kotlin struct and function #298

Closed mrousavy closed 2 weeks ago

mrousavy commented 2 weeks ago

When using stuff from Nitro Core like ArrayBuffer in a Kotlin struct or function, the import was missing. This PR fixes that.

Also fixes nitro-codegen not locally rebuilding when running the specs command

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **nitro-docs** | ⬜️ Skipped ([Inspect](https://vercel.com/margelo/nitro-docs/EAcQ95mwkNTz9pbNHLbBCTXYhG9T)) | | | Nov 6, 2024 0:43am |
mrousavy commented 2 weeks ago

cc @grabbou