Skip to content

Commit

Permalink
Use alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Aug 24, 2024
1 parent acdbb68 commit b90e2c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("com.google.devtools.ksp")
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.ksp)
}
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
Expand Down

0 comments on commit b90e2c9

Please sign in to comment.