Skip to content

Commit dbe252e

Browse files
committed
baseline removed
1 parent bb73c24 commit dbe252e

File tree

7 files changed

+1
-101
lines changed

7 files changed

+1
-101
lines changed

baselineprofile/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

baselineprofile/build.gradle.kts

Lines changed: 0 additions & 59 deletions
This file was deleted.

baselineprofile/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

baselineprofile/src/main/java/io/androidpoet/dropdown/baselineprofile/BaselineProfileGenerator.kt

Lines changed: 0 additions & 25 deletions
This file was deleted.

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

composeApp/build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

1615
kotlin {
@@ -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") {}

dropdown/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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
}
1110
kotlin {
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

10496
tasks.register("testClasses")

0 commit comments

Comments
 (0)