feat(build): add baseline profile generation test
and related build system changes
This commit is contained in:
@@ -25,6 +25,7 @@ plugins {
|
||||
alias(libs.plugins.kotlin.compose)
|
||||
alias(libs.plugins.kotlin.serialization)
|
||||
alias(libs.plugins.ksp)
|
||||
alias(libs.plugins.baselineprofile)
|
||||
}
|
||||
|
||||
tasks.withType(Test::class) {
|
||||
@@ -124,6 +125,8 @@ dependencies {
|
||||
|
||||
implementation(libs.androidx.room.runtime)
|
||||
implementation(libs.androidx.room.ktx)
|
||||
implementation(libs.androidx.profileinstaller)
|
||||
"baselineProfile"(project(":baselineprofile"))
|
||||
ksp(libs.androidx.room.compiler)
|
||||
|
||||
"playImplementation"(libs.revenuecat.purchases)
|
||||
|
||||
Reference in New Issue
Block a user