Skip to content

Commit

Permalink
fixed kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaallan committed Dec 6, 2024
1 parent 2cd6336 commit 860a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ android {
dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation("androidx.compose.runtime:runtime:1.7.5")

if (hermesEnabled.toBoolean()) {
Expand Down

0 comments on commit 860a8a8

Please sign in to comment.