Use gradle catalog.

This commit is contained in:
Benoit Marty 2023-11-10 15:52:28 +01:00
parent 2f51919670
commit 3a400b5814
2 changed files with 3 additions and 2 deletions

View file

@ -5,8 +5,8 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient
buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
classpath("com.google.gms:google-services:4.4.0")
classpath(libs.kotlin.gradle.plugin)
classpath(libs.gms.google.services)
}
}