Skip to content

Commit 8ca6d63

Browse files
Upgrade versions, move src java -> kotlin
1 parent 570221d commit 8ca6d63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+18
-21
lines changed

MacrobenchmarkSample/app/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
plugins {
1818
alias(libs.plugins.application)
19+
alias(libs.plugins.compose)
1920
alias(libs.plugins.kotlin)
2021
alias(libs.plugins.baselineprofile)
2122
}
@@ -38,10 +39,6 @@ android {
3839
viewBinding = true
3940
}
4041

41-
composeOptions {
42-
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
43-
}
44-
4542
// [START macrobenchmark_setup_app_build_type]
4643
buildTypes {
4744
getByName("release") {

0 commit comments

Comments
 (0)