Gradle Project: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics

前端 未结 8 1493
抹茶落季
抹茶落季 2020-12-14 14:50

I\'m working on a Java project and within this project I did my first try with Kotlin. I started converting some classes to Kotlin with the JavaToKoltin converter provided i

8条回答
  •  抹茶落季
    2020-12-14 15:41

    In my case, a enableFeaturePreview in the settings.gradle caused this issue when migrating to Kotlin 1.3.

提交回复
热议问题