Clarence-Hugues Domond

Results 4 comments of Clarence-Hugues Domond

This is app gradle file ``` def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile.exists()) { localPropertiesFile.withReader('UTF-8') { reader -> localProperties.load(reader) } } def flutterRoot = localProperties.getProperty('flutter.sdk') if...

Heres is the maps_launcher build.gradle ``` group 'com.example.maps_launcher' version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '1.5.31' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:4.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } rootProject.allprojects {...

I downgraded my gradle version and also went back to Chipmunk (I was using Dolphin)

No, I have found a workaround, so everything is fine for now haha.