15

I have recently updated the version of Kotlin to 1.3.70 in my Android project.

Since then Koin (version: 2.1.0-beta-1 ) is giving me the run time error below:

java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/time/MonoClock;

Aydinozkan
  • 2,508
  • 2
  • 21
  • 26

1 Answers1

29

Increasing the version of Koin to 2.1.3 solved the issue.

Aydinozkan
  • 2,508
  • 2
  • 21
  • 26