Use more plugin aliases.

This commit is contained in:
Greyson Parrelli
2024-12-20 10:41:04 -05:00
parent efdc7e266a
commit 859eabe3d3
8 changed files with 35 additions and 23 deletions

View File

@@ -16,6 +16,8 @@ val signalJavaVersion: JavaVersion by rootProject.extra
val signalKotlinJvmTarget: String by rootProject.extra
plugins {
// We cannot use the version catalog in the plugins block in convention plugins (it's not supported).
// Instead, plugin versions are controlled through the dependencies block in the build.gradle.kts.
id("com.android.library")
id("kotlin-android")
id("ktlint")

View File

@@ -18,6 +18,8 @@ val signalJavaVersion: JavaVersion by rootProject.extra
val signalKotlinJvmTarget: String by rootProject.extra
plugins {
// We cannot use the version catalog in the plugins block in convention plugins (it's not supported).
// Instead, plugin versions are controlled through the dependencies block in the build.gradle.kts.
id("com.android.application")
id("kotlin-android")
id("ktlint")