File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11# Contact Us
22
3- > If you have any questions in use , or have any constructive suggestions, you can contact us.
3+ > If you have any questions during usage , or have any constructive suggestions, you can contact us.
44
55Join our developers group.
66
Original file line number Diff line number Diff line change 77The project needs to be created using ` IntelliJ IDEA ` or ` Android Studio ` and should be a Java or Android
88project with integrated Kotlin environment dependencies.
99
10- - IntelliJ IDEA (It is recommended to get the latest version [ from here] ( https://www.jetbrains.com/idea ) )
10+ - IntelliJ IDEA (It is recommended to get the latest version from [ here] ( https://www.jetbrains.com/idea ) )
1111
12- - Android Studio (It is recommended to get the latest version [ from here] ( https://developer.android.com/studio ) )
12+ - Android Studio (It is recommended to get the latest version from [ here] ( https://developer.android.com/studio ) )
1313
1414- Kotlin 1.9.0+, Gradle 8+, Java 17+
1515
@@ -38,7 +38,7 @@ repositories:
3838
3939#### Traditional Method
4040
41- Configure repositories in your project ` build.gradle.kts`.
41+ Configure repositories in your project's ` build.gradle.kts`.
4242
4343` ` ` kotlin
4444repositories {
@@ -53,7 +53,7 @@ repositories {
5353
5454# ## Configure Java Version
5555
56- Modify the Java version of Kotlin in your project `build.gradle.kts` to 17 or above.
56+ Modify the Java version of Kotlin in your project's `build.gradle.kts` to 17 or above.
5757
5858> Java Project
5959
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ libraries:
2121 version : +
2222` ` `
2323
24- Configure dependency in your project ` build.gradle.kts`.
24+ Configure dependency in your project's ` build.gradle.kts`.
2525
2626` ` ` kotlin
2727implementation(com.highcapable.kavaref.kavaref.core)
@@ -39,7 +39,7 @@ kavaref-core = "<version>"
3939kavaref-core = { module = "com.highcapable.kavaref:kavaref-core", version.ref = "kavaref-core" }
4040` ` `
4141
42- Configure dependency in your project `build.gradle.kts`.
42+ Configure dependency in your project's `build.gradle.kts`.
4343
4444` ` ` kotlin
4545implementation(libs.kavaref.core)
@@ -49,7 +49,7 @@ Please change `<version>` to the version displayed at the top of this document.
4949
5050# ## Traditional Method
5151
52- Configure dependency in your project `build.gradle.kts`.
52+ Configure dependency in your project's `build.gradle.kts`.
5353
5454` ` ` kotlin
5555implementation("com.highcapable.kavaref:kavaref-core:<version>")
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ libraries:
2121 version : +
2222` ` `
2323
24- Configure dependency in your project ` build.gradle.kts`.
24+ Configure dependency in your project's ` build.gradle.kts`.
2525
2626` ` ` kotlin
2727implementation(com.highcapable.kavaref.kavaref.extension)
@@ -39,7 +39,7 @@ kavaref-extension = "<version>"
3939kavaref-extension = { module = "com.highcapable.kavaref:kavaref-extension", version.ref = "kavaref-extension" }
4040` ` `
4141
42- Configure dependency in your project `build.gradle.kts`.
42+ Configure dependency in your project's `build.gradle.kts`.
4343
4444` ` ` kotlin
4545implementation(libs.kavaref.extension)
@@ -49,7 +49,7 @@ Please change `<version>` to the version displayed at the top of this document.
4949
5050# ## Traditional Method
5151
52- Configure dependency in your project `build.gradle.kts`.
52+ Configure dependency in your project's `build.gradle.kts`.
5353
5454` ` ` kotlin
5555implementation("com.highcapable.kavaref:kavaref-extension:<version>")
Original file line number Diff line number Diff line change 66
77项目需要使用 ` IntelliJ IDEA ` 或 ` Android Studio ` 创建且类型为 Java 或 Android 项目并已集成 Kotlin 环境依赖。
88
9- - IntelliJ IDEA (建议 [ 从这里 ] ( https://www.jetbrains.com/idea ) 获取最新版本)
9+ - IntelliJ IDEA (建议从 [ 这里 ] ( https://www.jetbrains.com/idea ) 获取最新版本)
1010
11- - Android Studio (建议 [ 从这里 ] ( https://developer.android.com/studio ) 获取最新版本)
11+ - Android Studio (建议从 [ 这里 ] ( https://developer.android.com/studio ) 获取最新版本)
1212
1313- Kotlin 1.9.0+、Gradle 8+、Java 17+
1414
You can’t perform that action at this time.
0 commit comments