A plugin for unified compilation with Android Studio and DevEco Studio in Kuikly projects. Current version is 0.0.1-alpha.7, alpha status with no fixed release cadence. Key differentiators: integrates Kuikly project compilation into Ohos (OpenHarmony) build pipeline, supports copying assets and configuring native library paths. Low-level tooling, requires manual plugin registration and local.properties configuration.
npm install kuikly-ohos-compile-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows registration of both compile and copy assets plugins in a hvigorfile.ts with required imports.
Monitor Hvigor updates and migrate to new configuration format if provided.
Pin to a specific version and test upgrades thoroughly.
Ensure .ohpmrc contains the correct registry entry.
Add all required properties to local.properties.
Add parentheses: kuiklyCompilePlugin() instead of kuiklyCompilePlugin.
Add 'kuikly-ohos-compile-plugin': 'latest' to hvigor/hvigor-config.json5 dependencies and set registry in .ohpmrc.
Add kuikly.projectPath, kuikly.moduleName, and kuikly.ohosGradleSettings to local.properties.
Use import { kuiklyCompilePlugin } from 'kuikly-ohos-compile-plugin' and call it as kuiklyCompilePlugin().No dependency data recorded yet.