This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // FILEPATH: MoproReactNativebindings/android/build.gradle | |
| // Generated by uniffi-bindgen-react-native | |
| 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["DummyLibForAndroid_kotlinVersion"] | |
| repositories { | |
| google() |