I want to make a Navigation drawer using <implementation 'com.google.android.material:material:1.3.0'> in android studio. in fact when I use <implementation 'com.google.android.material:material:1.3.0'> , I get the error in in the below image:
but according to some instruction in StackOverFlow like in the below link:
how to solve render problem Path.op() not supported?
I decided to use com.google.android.material:material:1.2.0-alpha02 version in build.gradle. but I think this cause some other problem. for example in the below link:
when we use com.google.android.material:material:1.2.0-alpha02, we have problem in executing some object like Slider. so can someone give a solution for this problem? can someone make a Navigation drawer using material:1.3.0 version?