-
Notifications
You must be signed in to change notification settings - Fork 0
Description
현재 Kotlin 1.9.22, Java 18, Flutter 3.29.3, gradle 8.4, AGP 8.3.0 환경에서 해당 branch를 pull 해서 flutter run시, 아래와 같은 오류가 발생하고 있습니다.
`e: file:///C:/Users/ADMIN/Desktop/Dev/GDGoC/reminder/android/app/src/main/kotlin/com/reminder/reminder/MainActivity.kt:3:8 Unresolved reference: io
e: file:///C:/Users/ADMIN/Desktop/Dev/GDGoC/reminder/android/app/src/main/kotlin/com/reminder/reminder/MainActivity.kt:5:21 Unresolved reference: FlutterActivity
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app: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 9s
Running Gradle task 'assembleDebug'... 10.1s
Error: Gradle task assembleDebug failed with exit code 1`