Skip to content

Commit

Permalink
fix kotlin version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Vardhan committed Jun 27, 2024
1 parent e079c71 commit 55a85ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sovran/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
// Buildscript is evaluated before everything else so we can't use getExtOrDefault
def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["AnalyticsReactNative_kotlinVersion"]
def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : (project.properties["Sovran_kotlinVersion"]).toInteger()

repositories {
google()
Expand Down

0 comments on commit 55a85ac

Please sign in to comment.