mirror of
https://github.com/HighCapable/KavaRef.git
synced 2025-09-03 17:25:27 +08:00
docs(fix): normalized
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Contact Us
|
||||
|
||||
> If you have any questions in use, or have any constructive suggestions, you can contact us.
|
||||
> If you have any questions during usage, or have any constructive suggestions, you can contact us.
|
||||
|
||||
Join our developers group.
|
||||
|
||||
|
@@ -7,9 +7,9 @@
|
||||
The project needs to be created using `IntelliJ IDEA` or `Android Studio` and should be a Java or Android
|
||||
project with integrated Kotlin environment dependencies.
|
||||
|
||||
- IntelliJ IDEA (It is recommended to get the latest version [from here](https://www.jetbrains.com/idea))
|
||||
- IntelliJ IDEA (It is recommended to get the latest version from [here](https://www.jetbrains.com/idea))
|
||||
|
||||
- Android Studio (It is recommended to get the latest version [from here](https://developer.android.com/studio))
|
||||
- Android Studio (It is recommended to get the latest version from [here](https://developer.android.com/studio))
|
||||
|
||||
- Kotlin 1.9.0+, Gradle 8+, Java 17+
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories:
|
||||
|
||||
#### Traditional Method
|
||||
|
||||
Configure repositories in your project `build.gradle.kts`.
|
||||
Configure repositories in your project's `build.gradle.kts`.
|
||||
|
||||
```kotlin
|
||||
repositories {
|
||||
@@ -53,7 +53,7 @@ repositories {
|
||||
|
||||
### Configure Java Version
|
||||
|
||||
Modify the Java version of Kotlin in your project `build.gradle.kts` to 17 or above.
|
||||
Modify the Java version of Kotlin in your project's `build.gradle.kts` to 17 or above.
|
||||
|
||||
> Java Project
|
||||
|
||||
|
@@ -21,7 +21,7 @@ libraries:
|
||||
version: +
|
||||
```
|
||||
|
||||
Configure dependency in your project `build.gradle.kts`.
|
||||
Configure dependency in your project's `build.gradle.kts`.
|
||||
|
||||
```kotlin
|
||||
implementation(com.highcapable.kavaref.kavaref.core)
|
||||
@@ -39,7 +39,7 @@ kavaref-core = "<version>"
|
||||
kavaref-core = { module = "com.highcapable.kavaref:kavaref-core", version.ref = "kavaref-core" }
|
||||
```
|
||||
|
||||
Configure dependency in your project `build.gradle.kts`.
|
||||
Configure dependency in your project's `build.gradle.kts`.
|
||||
|
||||
```kotlin
|
||||
implementation(libs.kavaref.core)
|
||||
@@ -49,7 +49,7 @@ Please change `<version>` to the version displayed at the top of this document.
|
||||
|
||||
### Traditional Method
|
||||
|
||||
Configure dependency in your project `build.gradle.kts`.
|
||||
Configure dependency in your project's `build.gradle.kts`.
|
||||
|
||||
```kotlin
|
||||
implementation("com.highcapable.kavaref:kavaref-core:<version>")
|
||||
|
@@ -21,7 +21,7 @@ libraries:
|
||||
version: +
|
||||
```
|
||||
|
||||
Configure dependency in your project `build.gradle.kts`.
|
||||
Configure dependency in your project's `build.gradle.kts`.
|
||||
|
||||
```kotlin
|
||||
implementation(com.highcapable.kavaref.kavaref.extension)
|
||||
@@ -39,7 +39,7 @@ kavaref-extension = "<version>"
|
||||
kavaref-extension = { module = "com.highcapable.kavaref:kavaref-extension", version.ref = "kavaref-extension" }
|
||||
```
|
||||
|
||||
Configure dependency in your project `build.gradle.kts`.
|
||||
Configure dependency in your project's `build.gradle.kts`.
|
||||
|
||||
```kotlin
|
||||
implementation(libs.kavaref.extension)
|
||||
@@ -49,7 +49,7 @@ Please change `<version>` to the version displayed at the top of this document.
|
||||
|
||||
### Traditional Method
|
||||
|
||||
Configure dependency in your project `build.gradle.kts`.
|
||||
Configure dependency in your project's `build.gradle.kts`.
|
||||
|
||||
```kotlin
|
||||
implementation("com.highcapable.kavaref:kavaref-extension:<version>")
|
||||
|
@@ -6,9 +6,9 @@
|
||||
|
||||
项目需要使用 `IntelliJ IDEA` 或 `Android Studio` 创建且类型为 Java 或 Android 项目并已集成 Kotlin 环境依赖。
|
||||
|
||||
- IntelliJ IDEA (建议 [从这里](https://www.jetbrains.com/idea) 获取最新版本)
|
||||
- IntelliJ IDEA (建议从 [这里](https://www.jetbrains.com/idea) 获取最新版本)
|
||||
|
||||
- Android Studio (建议 [从这里](https://developer.android.com/studio) 获取最新版本)
|
||||
- Android Studio (建议从 [这里](https://developer.android.com/studio) 获取最新版本)
|
||||
|
||||
- Kotlin 1.9.0+、Gradle 8+、Java 17+
|
||||
|
||||
|
Reference in New Issue
Block a user