Код: Выделить всё
e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
найдя решение в Интернете, я дошел до того, что мне нужно изменить версию Kotlin на уровне Android build.gradle внутри блока сборки, хотя этого блока там не было, и я добавил вручную
Код: Выделить всё
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
// Add any necessary dependencies here
}
ext.kotlin_version = '1.7.1'
}
Я следую инструкциям
https: //pub.dev/packages/auth0_flutter
Подробнее здесь: https://stackoverflow.com/questions/784 ... in-flutter
Мобильная версия