File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77The project needs to be created using ` Android Studio ` or ` IntelliJ IDEA ` and be of type Android or Kotlin Multiplatform
88project 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
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> Kotlin DSL
5959
You can’t perform that action at this time.
0 commit comments