Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Getting unresolved reference: ImmutableList error

Getting unresolved reference: ImmutableList error . what library do I need to import to remove this error? original code is from here: https://developer.android.com/google/play/billing/integrate#show-products

and android studio did not offer a library to import

screenshot

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You probably just need to add:

implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")

to your dependencies

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading