Keep getting this error when trying to build apk in FF:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':motion_sensors' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
I've tried changing Advanced Android Settings/Kotlin version to 1.9.0 and 1.7.10 but getting same error from both. Also tried downloading locally and compiling from VSC with same error.