提交 bddb059c 编写于 作者: 杜庆泉's avatar 杜庆泉

Update native-covert-uts.md

上级 f0ed8fdd
......@@ -102,14 +102,14 @@ flowchart TD
如果是 `uni-app`环境,添加下面的依赖
```gradle
/**
* uni-app 运行时能力
*/
compileOnly fileTree(dir: '../app/libs', include: ['utsplugin-release.aar'])
/**
* 添加UTS语言能力
*/
compileOnly fileTree(dir: '../app/libs', include: ['utsplugin-release.aar'])
/**
* uni-app 运行时能力
*/
compileOnly fileTree(dir: '../app/libs', include: ['uniapp-v8-release.aar'])
/**
* 添加UTS语言能力
*/
compileOnly fileTree(dir: '../app/libs', include: ['utsplugin-release.aar'])
```
![module_gradle_1.png](https://web-ext-storage.dcloud.net.cn/doc/uts/convert_android/module_gradle_1.png)
......@@ -427,4 +427,4 @@ component 插件的迁移思路和module插件不同。
至此,我们完成了 `component` 到UTS页面组件的迁移工作
\ No newline at end of file
至此,我们完成了 `component` 到UTS页面组件的迁移工作
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册