Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Sep 19, 2024
1 parent 409e89e commit 2a75658
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ plugins {
alias(libs.plugins.firebase.performance.plugin)
}

kotlin {
jvmToolchain(17)
}

@OptIn(org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi::class)
kotlin {
kotlin.applyDefaultHierarchyTemplate()
Expand All @@ -36,7 +32,7 @@ kotlin {
).forEach {
it.binaries.framework {
baseName = "shared"
isStatic = false
isStatic = true
}
}

Expand Down Expand Up @@ -87,7 +83,6 @@ kotlin {
implementation(libs.koin.androidx.compose)
implementation(libs.androidX.activity)

// Firebase
implementation(libs.firebase.analytics)
implementation(libs.firebase.crashlytics)
implementation(libs.firebase.performance)
Expand Down

0 comments on commit 2a75658

Please sign in to comment.