Skip to content

Commit

Permalink
Updated Kotlin to version 1.7.10 and compose-jb to version 1.2.0-beta…
Browse files Browse the repository at this point in the history
…02 and other dependencies
  • Loading branch information
chRyNaN committed Oct 8, 2022
1 parent 203f91a commit 4082d13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:4.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.7.0")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.7.0")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.2.0-alpha01-dev755")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.7.10")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.7.10")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.2.0-beta02")
}
}

Expand Down
2 changes: 1 addition & 1 deletion navigation-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kotlin {
dependencies {
implementation(compose.ui)
implementation(compose.material)
implementation("androidx.activity:activity-compose:1.5.1")
implementation("androidx.activity:activity-compose:1.6.0")
}
}
val jsMain by getting {
Expand Down
10 changes: 5 additions & 5 deletions navigation-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kotlin {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-common")

api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
}
}
val iosMain by sourceSets.getting
Expand Down Expand Up @@ -85,10 +85,10 @@ tasks.withType<Jar> { duplicatesStrategy = DuplicatesStrategy.INHERIT }

// Android Specific Dependencies
dependencies {
implementation("androidx.activity:activity-ktx:1.5.1")
implementation("androidx.fragment:fragment-ktx:1.5.2")
implementation("androidx.core:core-ktx:1.8.0")
implementation("androidx.appcompat:appcompat:1.5.0")
implementation("androidx.activity:activity-ktx:1.6.0")
implementation("androidx.fragment:fragment-ktx:1.5.3")
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.appcompat:appcompat:1.5.1")

api("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
}
Expand Down

0 comments on commit 4082d13

Please sign in to comment.