Skip to content

Commit

Permalink
Compose compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Jul 4, 2022
1 parent 4674368 commit 836897a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.dokka.gradle.DokkaTask

buildscript {
ext.kotlin_version = '1.7.0'
ext.kotlin_version = '1.6.10'
ext.dokka_version = '1.6.0'
repositories {
google()
Expand Down Expand Up @@ -84,7 +84,7 @@ allprojects {
"compose_ui_foundation_version": '1.1.1',
"compose_ui_material_version": '1.1.1',
"compose_ui_activity_version": "1.4.0",
"compose_viewmodel_version": '2.4.1',
"compose_viewmodel_version": '2.5.0',
"compose_livedata_version": "1.1.1",
"compose_accompanist_version": '0.24.10-beta',
"compose_ui_test_manifest_version": '1.1.1',
Expand Down
2 changes: 1 addition & 1 deletion composeview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
jvmTarget = '1.8'
freeCompilerArgs += [
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=false"
]
}

Expand Down

0 comments on commit 836897a

Please sign in to comment.