File tree Expand file tree Collapse file tree 7 files changed +1
-101
lines changed
java/io/androidpoet/dropdown/baselineprofile Expand file tree Collapse file tree 7 files changed +1
-101
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ plugins {
44 alias(libs.plugins.compose) apply (false )
55 alias(libs.plugins.android.application) apply (false )
66 alias(libs.plugins.android.library) apply (false )
7- alias(libs.plugins.baseline.profile) apply false
87 alias(libs.plugins.kotlin.binary.compatibility) apply false
98 alias(libs.plugins.nexus.plugin) apply false
109 alias(libs.plugins.spotless) apply false
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ plugins {
1010 alias(libs.plugins.compose.compiler)
1111 alias(libs.plugins.compose)
1212 alias(libs.plugins.android.application)
13- alias(libs.plugins.baseline.profile)
1413}
1514
1615kotlin {
@@ -131,8 +130,4 @@ compose.desktop {
131130 }
132131}
133132
134- task(" testClasses" ) {}
135- dependencies {
136- implementation(libs.androidx.profileinstaller)
137- " baselineProfile" (project(" :baselineprofile" ))
138- }
133+ task(" testClasses" ) {}
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ plugins {
66 alias(libs.plugins.compose)
77 alias(libs.plugins.android.library)
88 alias(libs.plugins.nexus.plugin)
9- alias(libs.plugins.baseline.profile)
109}
1110kotlin {
1211 androidTarget { publishLibraryVariants(" release" ) }
@@ -93,12 +92,5 @@ android {
9392 }
9493}
9594
96- baselineProfile {
97- baselineProfileOutputDir = " ../../src/androidMain"
98- }
99-
100- dependencies {
101- baselineProfile(project(" :baselineprofile" ))
102- }
10395
10496tasks.register(" testClasses" )
You can’t perform that action at this time.
0 commit comments