The class is loaded from E:/Android/.gradle/caches/transforms-3/aa29c92fda528ac8da07e760d2ace5ce/transformed/jetified-ve-ui-sdk-1.42.0.2-api.jar!/com/banuba/sdk/veui/data/music/MusicEditorConfig.class
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:292:13 Class 'com.banuba.sdk.veui.data.music.MusicEditorConfig' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.8.0.
The class is loaded from E:/Android/.gradle/caches/transforms-3/aa29c92fda528ac8da07e760d2ace5ce/transformed/jetified-ve-ui-sdk-1.42.0.2-api.jar!/com/banuba/sdk/veui/data/music/MusicEditorConfig.class
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:306:30 Class 'com.banuba.sdk.ve.effects.watermark.WatermarkProvider' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.8.0.
The class is loaded from E:/Android/.gradle/caches/transforms-3/f5ea744f9a16208659131aa3f8503f16/transformed/jetified-ve-sdk-1.42.0.2-api.jar!/com/banuba/sdk/ve/effects/watermark/WatermarkProvider.class
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:313:26 Class 'com.banuba.sdk.export.data.ExportParamsProvider' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.8.0.
The class is loaded from E:/Android/.gradle/caches/transforms-3/198792cabe32e433a0af11468fd8036b/transformed/jetified-ve-export-sdk-1.42.0.2-api.jar!/com/banuba/sdk/export/data/ExportParamsProvider.class
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:314:17 Class 'com.banuba.sdk.ve.effects.watermark.WatermarkBuilder' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.8.0.
The class is loaded from E:/Android/.gradle/caches/transforms-3/f5ea744f9a16208659131aa3f8503f16/transformed/jetified-ve-sdk-1.42.0.2-api.jar!/com/banuba/sdk/ve/effects/watermark/WatermarkBuilder.class
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:316:40 Class 'com.banuba.sdk.ve.effects.watermark.WatermarkBuilder' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.8.0.
The class is loaded from E:/Android/.gradle/caches/transforms-3/f5ea744f9a16208659131aa3f8503f16/transformed/jetified-ve-sdk-1.42.0.2-api.jar!/com/banuba/sdk/ve/effects/watermark/WatermarkBuilder.class
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:328:51 Unresolved reference: use
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:328:57 Cannot infer a type for this parameter. Please specify it explicitly.
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:329:45 Unresolved reference: use
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:329:51 Cannot infer a type for this parameter. Please specify it explicitly.
e: file:///C:/Users/sksan/AppData/Local/Pub/Cache/hosted/pub.dev/ve_sdk_flutter-0.17.0/android/src/main/kotlin/com/banuba/ve/sdk/flutter/plugin/ve_sdk_flutter/VideoEditorModule.kt:335:55 Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.8.0.
The class is loaded from E:/Android/.gradle/caches/transforms-3/b06647e4a24ac2bab75513fa8db92c99/transformed/jetified-kotlin-stdlib-2.1.0.jar!/kotlin/Unit.class
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ve_sdk_flutter:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
* 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 8s
Which kotlin version to use ? I tried 1.9.24, 2.1.0,
noithing works
┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project requires a newer version of the Kotlin Gradle plugin. │
│ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then │
│ update the │
│ version number of the plugin with id "org.jetbrains.kotlin.android" in the plugins block of │
│ E:\Iksita\smooth_coders\shorties\new\shortie\shortie\android\settings.gradle. │
│ │
│ Alternatively (if your project was created before Flutter 3.19), update │
│ E:\Iksita\smooth_coders\shorties\new\shortie\shortie\android\build.gradle │
│ ext.kotlin_version = '' │
└──────────────────────────────────────────────────────────────────────────────────────────────┘
Error: Gradle task assembleDebug failed with exit code 1
Which kotlin version to use ? I tried 1.9.24, 2.1.0,
noithing works
┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project requires a newer version of the Kotlin Gradle plugin. │
│ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then │
│ update the │
│ version number of the plugin with id "org.jetbrains.kotlin.android" in the plugins block of │
│ E:\Iksita\smooth_coders\shorties\new\shortie\shortie\android\settings.gradle. │
│ │
│ Alternatively (if your project was created before Flutter 3.19), update │
│ E:\Iksita\smooth_coders\shorties\new\shortie\shortie\android\build.gradle │
│ ext.kotlin_version = '' │
└──────────────────────────────────────────────────────────────────────────────────────────────┘
Error: Gradle task assembleDebug failed with exit code 1