[Kotlin] kotlinx.* import 문제 발생시
두비니
·2022. 4. 4. 23:18
1. 문제상황
저는 결론적으로 kotlinx 부분이 빨간색으로 표현되어 이를 해결해야 됐습니다.
2. 해결방법
생각보다 간단하게 해결할 수 있었습니다.
build.gradle파일에서 plugin에 kotlin-android-extensions를 추가해줄 경우 쉽게 문제가 해결됩니다.
다음과 같이 kotlin-android-extensions 플러그인은 권장하지 않는다고 하네요.. 다음에는 해당 내용까지 커버한 뒤 작성하도록 하겠습니다.
- The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
'나의 고혈압걸리는 에러일기' 카테고리의 다른 글
[Frida] ./frida-server: No such file or directory (1) | 2022.07.22 |
---|---|
[Frida] Failed to create process. (0) | 2022.01.24 |
[Linux] bits/libc-header-start.h: No such file or directory (0) | 2021.03.07 |
[Linux] E: Could not get lock /var/lib/dpkg/lock-frontend (0) | 2020.07.27 |
[pwntools] Syntax error: invalid syntax 뜰 때 (0) | 2020.07.19 |