:wave: Sorry I could not find a datastore specifi...
# android
m
👋 Sorry I could not find a datastore specific channel. When I upgrade to kotlin 1.7 I can not longer sync/compile my branch with data store integration. Get stuck with
Copy code
Cause 10: org.gradle.api.InvalidUserDataException: The task 'compileDeReleaseKotlin' (org.jetbrains.kotlin.gradle.tasks.KotlinCompile) is not a subclass of the given type (org.gradle.api.tasks.SourceTask).
...
com.google.protobuf.gradle.ProtobufPlugin$_addTasksForVariant_closure19$_closure34$_closure35.doCall(ProtobufPlugin.groovy:352)
Has anyone dealt with this before? Maybe known issues with specific versions although I could bot find much
😶 1
How is this not kotlin? The issue happens upon kotlin version update
e
This looks like an issue with the ProtobufPlugin
they have an open issue for it and a fix in progress by the looks of it.... https://github.com/google/protobuf-gradle-plugin/issues/656
🙌 1
👍 1
m
Got it, thank!