android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

RecyclerSampleKotlin - Unable to Make Field Private #260

Open TeacherLee opened 9 months ago

TeacherLee commented 9 months ago

I'm a newbie to Kotlin. It seems than any sample code I import from anywhere never runs due to various errors.

When I import the RecyclerSampleKotlin code into Android Studio, I get one error that prevents it from running, and I have no idea what to do to fix it. It relates to app:processDebugMainManifest and says "Unable to make field private." Screenshot is attached.

Error

lekksha commented 7 months ago

same problem