Skip to content

Commit

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

kotlin {
jvmToolchain(17)
}

@OptIn(org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi::class)
kotlin {
kotlin.applyDefaultHierarchyTemplate()
Expand Down

0 comments on commit 6201dae

Please sign in to comment.