Migrate benchmark baselineprofile-consumer app to KSP
Test: ./gradlew benchmark:integration-tests:baselineprofile-consumer:assembleDebug
Change-Id: Iabb3bdeb948913a25564292d1189a88e1a4d637c
diff --git a/benchmark/integration-tests/baselineprofile-consumer/build.gradle b/benchmark/integration-tests/baselineprofile-consumer/build.gradle
index e8760c8..5d6d8d8 100644
--- a/benchmark/integration-tests/baselineprofile-consumer/build.gradle
+++ b/benchmark/integration-tests/baselineprofile-consumer/build.gradle
@@ -28,7 +28,7 @@
id("com.android.application")
id("kotlin-android")
id("androidx.baselineprofile")
- id("kotlin-kapt")
+ id("com.google.devtools.ksp")
id("com.google.dagger.hilt.android")
}
@@ -57,7 +57,7 @@
implementation(libs.kotlinStdlib)
implementation(libs.constraintLayout)
implementation(libs.hiltAndroid)
- kapt(libs.hiltCompiler)
+ ksp(libs.hiltCompiler)
implementation(project(":profileinstaller:profileinstaller"))
}