Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WARNING] error: cannot find symbol kotlin #13

Open
HJinhee opened this issue Jul 8, 2021 · 0 comments
Open

[WARNING] error: cannot find symbol kotlin #13

HJinhee opened this issue Jul 8, 2021 · 0 comments

Comments

@HJinhee
Copy link
Contributor

HJinhee commented Jul 8, 2021

ui.home에서 error: cannot find symbol kotlin 발생
-> gradle 고치면서 error는 안 뜨고 warning만 발생 함
-> kotlin-android-extensions 사라져서 수정 필요함

기존 gradle

plugins {
    id("com.android.application")
    id("kotlin-android")
    id("kotlin-kapt")
    id("dagger.hilt.android.plugin")
    id("kotlin-parcelize")
}

수정 gradle

plugins {
    id("com.android.application")
    id("kotlin-android")
    id("kotlin-android-extensions")
    id("kotlin-kapt")
    id("dagger.hilt.android.plugin")
  //  id("kotlin-parcelize")
}
HJinhee added a commit that referenced this issue Jul 8, 2021
HJinhee added a commit that referenced this issue Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant