Closed mrousavy closed 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.
ArrayBuffer
Also fixes nitro-codegen not locally rebuilding when running the specs command
specs
The latest updates on your projects. Learn more about Vercel for Git ↗︎
cc @grabbou
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