Unable to load class 'kotlin.reflect.KDeclarationContainer'.android studio 3.1.4

1.5k Views Asked by At

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

There are 1 best solutions below

0
On

Add kotlin-reflect to you build.gradle:

compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: '1.2.61'