Skip to content

Instantly share code, notes, and snippets.

View HashMapsData2Value's full-sized avatar

Y HashMapsData2Value

View GitHub Profile
@HashMapsData2Value
HashMapsData2Value / build.gradle
Last active March 5, 2026 13:30
Fix for MoProReactNativeBinding on Android (build.gradle and cpp-adapter.cpp)
// 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()