Я пытаюсь использовать:
cards.sortedWith(compareBy(String.CASE_INSENSITIVE_ORDER) { it.rarity })
и бросает:
java.lang.ClassNotFoundException: Didn't find class
file "/data/app/com.example.well.clashroyaleguide-s3TV3daRKxWLNuuDx9eeoA==/base.apk", zip file "/data/app/
com.example.well.clashroyaleguide-s3TV3daRKxWLNuuDx9eeoA==/split_lib_dependencies_apk.apk", zip file "/data/app/
com.example.well.clashroyaleguide-s3TV3daRKxWLNuuDx9eeoA==/split_lib_resources_apk.apk", zip file "/data/app/
com.example.well.clashroyaleguide-s3TV3daRKxWLNuuDx9eeoA==/split_lib_slice_0_apk.apk", zip file "/data/app/
com.example.well.clashroyaleguide-s3TV3daRKxWLNuuDx9eeoA==/split_lib_slice_1_apk.apk", zip file "/data/app/
com.example.well.clashroyaleguide-s3TV3daRKxWLNuuDx9eeoA==/split_lib_slice_...9_apk.apk", zip file "/data/app/
,nativeLibraryDirectories=[/data/app/com.example.well.clashroyaleguide-s3TV3daRKxWLNuuDx9eeoA==/lib/x86, /system/lib, /vendor/lib]]
Это происходит с любым методом сортировки и сравнения.
Я пытаюсь найти похожие проблемы, но ничего не помогу.