You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the middle of updating to Kotlin 2.1.0 and MockMP 2.0 respectively.
I am facing the following error when syncing the project with Gradle. Has anyone seen this before? Or any idea what to do?
java.lang.NoClassDefFoundError: org/gradle/internal/extensions/stdlib/CharSequenceExtensionsKt
at org.kodein.mock.gradle.MocKMPGradlePlugin$Extension.addKspDependencies(MocKMPGradlePlugin.kt:236)
at org.kodein.mock.gradle.MocKMPGradlePlugin$Extension.onTest(MocKMPGradlePlugin.kt:106)
at Build_gradle$18.execute(build.gradle.kts:382)
at Build_gradle$18.execute(build.gradle.kts:381)
at org.gradle.internal.extensibility.ExtensionsStorage$ExtensionHolder.configure(ExtensionsStorage.java:177)
at org.gradle.internal.extensibility.ExtensionsStorage.configureExtension(ExtensionsStorage.java:64)
at org.gradle.internal.extensibility.DefaultConvention.configure(DefaultConvention.java:211)
at org.gradle.kotlin.dsl.Accessorsba7criy71m7ip80ppbelhxn1nKt.mockmp(Unknown Source)
at Build_gradle.<init>(build.gradle.kts:381)
I am using these dependencies
Kotlin 2.1.0
MockMP 2.0.0
KSP 2.1.0-1.0.29
Gradle 8.6
The MockMP configuration is at the end of the Gradle file, so definitely after the kotlin block
mockmp {
onTest {
withHelper()
}
}
The text was updated successfully, but these errors were encountered:
Hi,
I'm in the middle of updating to Kotlin 2.1.0 and MockMP 2.0 respectively.
I am facing the following error when syncing the project with Gradle. Has anyone seen this before? Or any idea what to do?
I am using these dependencies
The MockMP configuration is at the end of the Gradle file, so definitely after the
kotlin
blockThe text was updated successfully, but these errors were encountered: