Is there an existing issue for this?
Is this a feature request for one of the samples?
Sample app
JetNews
Describe the problem
Gradle maintenance:
- kotlinOptions is deprecated since 2.0
- targetSdk could be upgraded from 33 to 36
Navigation bar suggestion:
- InterestsScreen nav bar could have transparency as on HomeScreen because it would follow the same edge-to-edge design
Describe the solution
Gradle maintenance:
- "kotlin { compilerOptions {" syntax change and import JVM_17
- change value to 36 and check UI and intents behavior
Navigation bar suggestion:
- Change TabWithTopics to use the innerPaddings by miming HomeScreen
Additional context
I want to be assigned to solve this issue if possible.
Code of Conduct
Is there an existing issue for this?
Is this a feature request for one of the samples?
Sample app
JetNews
Describe the problem
Gradle maintenance:
Navigation bar suggestion:
Describe the solution
Gradle maintenance:
Navigation bar suggestion:
Additional context
I want to be assigned to solve this issue if possible.
Code of Conduct