79565636

Date: 2025-04-10 02:41:01
Score: 1.5
Natty:
Report link

The NoClassDefFoundError for EnumEntriesKt occurs because the new UI version 2.9 requires Kotlin version 1.8.20 or higher.

Update the Kotlin plugin version in your project’s root build.gradle file to at least 1.8.20 (or higher, such as 1.9.0).

Apply the Kotlin plugin in your app’s build.gradle file:

```

apply plugin: 'org.jetbrains.kotlin.android'

```

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: bob bob