From a6b96a0bc03323d0e7e08c27b3e8555104807d86 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 9 Jan 2025 15:58:07 -0700 Subject: [PATCH] Make it match the other project entirely. --- build.gradle.kts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 12f84b2..952b930 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,5 @@ plugins { alias(libs.plugins.android.application) apply false alias(libs.plugins.kotlin.android) apply false - - // https://medium.com/@rowaido.game/implementing-the-room-library-with-jetpack-compose-590d13101fa7 - id("com.google.devtools.ksp") version "1.9.23-1.0.19" apply false + alias(libs.plugins.kotlin.compose) apply false } \ No newline at end of file