Skip to content

Commit

Permalink
Merge branch 'main' into renovate/sqldelight
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-powell authored Dec 18, 2023
2 parents 2498510 + 2d7678a commit 50db356
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ out/
.idea/**/gradle.xml
.idea/**/libraries

# Kotlin
.kotlin/

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
Expand Down
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ plugins {
alias(libs.plugins.ksp) apply false
alias(libs.plugins.sqldelight) apply false
}

allprojects {
afterEvaluate {
extensions.findByType<ComposeExtension>()?.apply {
kotlinCompilerPlugin.set(libs.versions.compose.kotlin.compiler.get())
}
}
}
7 changes: 3 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[versions]
kotlin = "2.0.0-Beta1"
agp = "8.2.0"
compose = "1.5.11"
androidx-compose = "1.5.4"
ktor = "3.2.0"
compose = "1.6.0-alpha01"
ktor = "2.3.7"
koin = "3.5.0"
voyager = "1.0.0"
sqldelight = "2.0.1"
compose-kotlin-compiler = "1.5.4-dev1-kt2.0.0-Beta1"
androidx-compose = "1.5.4"
android-compileSdk = "34"
android-targetSdk = "34"
android-minSdk = "24"
Expand Down

0 comments on commit 50db356

Please sign in to comment.