Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Dont use liveliterals
  • Loading branch information
romtsn committed Oct 9, 2024
commit a16a07cd807d8993273ce6b189c7e5fb2e48b951
1 change: 1 addition & 0 deletions sentry-android-replay/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ android {

composeOptions {
kotlinCompilerExtensionVersion = Config.androidComposeCompilerVersion
useLiveLiterals = false
}

buildTypes {
Expand Down