mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-09 03:54:06 +08:00
docs: updates (some unimportant)
This commit is contained in:
@@ -28,7 +28,7 @@ The project needs to be created using `Android Studio` or `IntelliJ IDEA` and th
|
|||||||
|
|
||||||
We recommend using Kotlin DSL as the Gradle build script language and [SweetDependency](https://github.com/HighCapable/SweetDependency) to manage dependencies.
|
We recommend using Kotlin DSL as the Gradle build script language and [SweetDependency](https://github.com/HighCapable/SweetDependency) to manage dependencies.
|
||||||
|
|
||||||
#### SweetDependency Method
|
#### SweetDependency (Recommended)
|
||||||
|
|
||||||
Add the repositories and dependencies in your project's `SweetDependency` configuration file.
|
Add the repositories and dependencies in your project's `SweetDependency` configuration file.
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Traditional Method (Not Recommended)
|
#### Traditional Method
|
||||||
|
|
||||||
Add repositories in your project `build.gradle.kts` or `build.gradle`.
|
Add repositories in your project `build.gradle.kts` or `build.gradle`.
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
我们推荐使用 Kotlin DSL 作为 Gradle 构建脚本语言并推荐使用 [SweetDependency](https://github.com/HighCapable/SweetDependency) 来管理依赖。
|
我们推荐使用 Kotlin DSL 作为 Gradle 构建脚本语言并推荐使用 [SweetDependency](https://github.com/HighCapable/SweetDependency) 来管理依赖。
|
||||||
|
|
||||||
#### SweetDependency 方式
|
#### SweetDependency (推荐)
|
||||||
|
|
||||||
在你的项目 `SweetDependency` 配置文件中添加存储库和依赖。
|
在你的项目 `SweetDependency` 配置文件中添加存储库和依赖。
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 传统方式 (不推荐)
|
#### 传统方式
|
||||||
|
|
||||||
在你的项目 `build.gradle.kts` 或 `build.gradle` 中添加存储库。
|
在你的项目 `build.gradle.kts` 或 `build.gradle` 中添加存储库。
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user