appandflow / appandflow/react-native-safe-area-context
Build failed: Kotlin complaining type mismatch in SafeAreaContextModule.kt
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.8k
- Forks
- 258
- Merge medio
- 3 d 1 h
- PR fusionados (30 d)
- 2
Descripción
## **build.gradle** of my app
```gradle
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath("com.google.gms:google-services:4.4.0")
}
}
```
## The error:
```bash
e: file:///.../react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextModule.kt:17:63 Type mismatch: inferred type is Map? but Any was expected
```
## The screenshot:

Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.