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
Describe the bug
Looks like Kotlin 1.7 has some gradle changes which broke the task. The app builds fine otherwise.
Link to relevant (?) Kotlin compatibility guide entry here.
Error shown on build:
java.lang.NoSuchMethodError: 'java.io.File org.jetbrains.kotlin.gradle.tasks.KotlinCompile.getDestinationDir()'
at io.objectbox.gradle.transform.ObjectBoxAndroidTransform$Registration$addDestinationDirOfKotlinCompile$1.transform(ObjectBoxAndroidTransform.kt:164)
Basic info (please complete the following information):
ObjectBox version (are you using the latest version?): 3.2.0
Describe the bug
Looks like Kotlin 1.7 has some gradle changes which broke the task. The app builds fine otherwise.
Link to relevant (?) Kotlin compatibility guide entry here.
Error shown on build:
Basic info (please complete the following information):
3.2.0
To Reproduce
Steps to reproduce the behavior:
Dependencies
The text was updated successfully, but these errors were encountered: