반응형

 

* What went wrong:
Execution failed for task ':photo_manager:compileDebugKotlin'.
> Error while evaluating property 'compilerOptions.jvmTarget' of task ':photo_manager:compileDebugKotlin'.
   > Failed to calculate the value of property 'jvmTarget'.
      > Unknown Kotlin JVM target: 21

 

이런 오류가 발생했다..

 

아무리 검색해도 안나온다..

 

꼬박 2틀을 삽질하다가 겨우 찾게 되었다

 

* android/settings.gradle (updated `plugins` section)

   id "com.android.application" version "8.7.0" apply false
   id "org.jetbrains.kotlin.android" version "2.0.20" apply false
   
   
   
* android/gradle/wrapper/gradle-wrapper.properties (updated gradle to v8.9)

   distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip

 

photo_manager의 github issue에서 해결 방법을 찾을 수 있었다.

 

이 페이지를 일찍 봤어도 2틀의 삽질은 안했을텐데.. 

 

출처 : https://github.com/fluttercandies/flutter_photo_manager/issues/1198 

반응형

'ANDROID' 카테고리의 다른 글

프로젝트의 Gradle 스크립트 확인하는 방법  (0) 2025.01.12
"libhermes_executor.so" not found  (4) 2024.12.28
안드로이드 웹뷰 기본 소스  (0) 2015.11.03

+ Recent posts