Skip to content

Commit

Permalink
Merge pull request #2271 from quran/bump_kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre authored May 5, 2023
2 parents 9eaf7b5 + 81f6c58 commit f7773f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AndroidLibraryComposeConventionPlugin : Plugin<Project> {
extensions.configure<LibraryExtension> {
applyAndroidCommon()
buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = "1.4.4-dev-k1.8.20-f6ae19e64ff"
composeOptions.kotlinCompilerExtensionVersion = "1.4.7"
}

applyKotlinCommon()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.8.20'
kotlinVersion = '1.8.21'
coroutinesVersion = '1.7.0'

daggerVersion = '2.45'
Expand Down

0 comments on commit f7773f1

Please sign in to comment.