android 빌드를 할때
flutter Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
라는 메세지가 떴습니다.
android - settings.gradle
com.android.application version 을 7.3.0 -> 7.4.2 로 변경하면 됩니다.
'Language > Flutter' 카테고리의 다른 글
[Flutter] 상태 관리 기초 - setState (0) | 2024.11.18 |
---|---|
[Dart] Spread 연산자(...) (0) | 2024.11.17 |
[Dart] Null Safety (0) | 2024.11.16 |
[Dart] var, dynamic, final, late, const 키워드 (0) | 2024.11.15 |
[Flutter] Widget의 크기제약 (0) | 2024.11.07 |