Код: Выделить всё
Launching lib\main.dart on Redmi Note 6 Pro in debug mode...
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':motion_sensors'.
> Could not create task ':motion_sensors:compileDebugKotlin'.
> Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 41s
Error: Gradle task assembleDebug failed with exit code 1
Exited (1).
Код: Выделить всё
Launching lib\main.dart on Redmi Note 6 Pro in debug mode...
FAILURE: Build failed with an exception.
* What went wrong:
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
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 53s
Error: Gradle task assembleDebug failed with exit code 1
Exited (1).
Код: Выделить всё
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
// START: FlutterFire Configuration
id "com.google.gms.google-services" version "4.4.1" apply false
// END: FlutterFire Configuration
id "org.jetbrains.kotlin.android" version "1.5.20" apply false
}
Код: Выделить всё
name: rt_roomtour
description: "A RoomTour project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.4.0
Подробнее здесь: [url]https://stackoverflow.com/questions/78514772/a-problem-occurred-configuring-project-motion-sensors-could-not-create-tas[/url]
Мобильная версия