Skip to content

Commit

Permalink
kotlin("js") -> alias(libs.plugins.kotlin.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
subroh0508 committed Jul 4, 2024
1 parent 0381035 commit 19b82c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
alias(libs.plugins.google.services) apply false
alias(libs.plugins.kotlin.js) apply false
alias(libs.plugins.kotest) apply false
id("node-convensions")
id("ci-report-all-tests")
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
google-services = { id = "com.google.gms.google-services", version.ref = "google-services-plugin" }
kotlin-js = { id = "org.jetbrains.kotlin.js", version.ref = "kotlin" }
kotest = { id = "io.kotest.multiplatform", version.ref = "kotest" }

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion shared/data/api/jsfirebaseapp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("js")
alias(libs.plugins.kotlin.js)
}

kotlin {
Expand Down

0 comments on commit 19b82c8

Please sign in to comment.