0

i am new in kotlin and when install kotlin in android step by step in building project i got this error search a lot about how fix this problem but didn't work any solution like invalidate cache/reset please help me

1 Answers1

0

Add kotlin-reflect to you build.gradle:

compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: '1.2.61'
Alexey Soshin
  • 16,718
  • 2
  • 31
  • 40