Skip to content

Commit

Permalink
Merge pull request #29 from Kotlin/adam/fix/use-version-catalog-for-p…
Browse files Browse the repository at this point in the history
…lugins-in-app

Use version catalog to apply plugins in `:app`
  • Loading branch information
adam-enko authored Sep 3, 2024
2 parents 99bbadb + 1aaed07 commit 7bcbcba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_1_8

plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
alias(libs.plugins.androidApplication)
alias(libs.plugins.kotlinAndroid)
}

kotlin {
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ androidApplication = { id = "com.android.application", version.ref = "android-gr
androidLibrary = { id = "com.android.library", version.ref = "android-gradlePlugin" }
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 comments on commit 7bcbcba

Please sign in to comment.