codelab-android-paging icon indicating copy to clipboard operation
codelab-android-paging copied to clipboard

Changing compileOptions to 11 cause Package not found

Open yatw opened this issue 3 years ago • 0 comments

Hello, I notice if change build.gradle to java 11, all the View package cannot be found.

Screen Shot 2021-12-07 at 15 57 18

This is fresh new clone from branch step13-19_network_and_database with the compile option change. I know not just this repo will run into this problem But I would like to take this chance to ask what is causing this error.

Basically all the view and widget package cannot be found. And all the databinding generated class cannot find symbols.

yatw avatar Dec 08 '21 00:12 yatw