android / codelab-android-paging

Jetpack Paging codelab
Apache License 2.0
494 stars 263 forks source link

Changing compileOptions to 11 cause Package not found #208

Open yatw opened 2 years ago

yatw commented 2 years ago

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.