android / codelab-android-paging

Jetpack Paging codelab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing compileOptions to 11 cause Package not found

yatw opened this issue · 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.