Skip to content

Commit 8f88c78

Browse files
committed
docs(fix): normalized
1 parent 72ddf41 commit 8f88c78

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs-source/src/en/guide/quick-start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
The project needs to be created using `Android Studio` or `IntelliJ IDEA` and be of type Android or Kotlin Multiplatform
88
project with integrated Kotlin environment dependencies.
99

10-
- Android Studio (It is recommended to get the latest version [from here](https://developer.android.com/studio))
10+
- Android Studio (It is recommended to get the latest version from [here](https://developer.android.com/studio))
1111

12-
- IntelliJ IDEA (It is recommended to get the latest version [from here](https://www.jetbrains.com/idea))
12+
- IntelliJ IDEA (It is recommended to get the latest version from [here](https://www.jetbrains.com/idea))
1313

1414
- Kotlin 1.9.0+, Gradle 8+, Java 17+, Android Gradle Plugin 8+
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
4444
repositories {
@@ -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
> Kotlin DSL
5959

0 commit comments

Comments
 (0)