I have this error, but i don’t know if is my fault :
error: cannot access Raise
kotlin.jvm.functions.Function2<? super arrow.core.raise.Raise<? super B>, ? super kotlin.coroutines.Continuation<? super A>, ? extends java.lang.Object> f) {
^
bad class file: /Users/acarbajo/.gradle/caches/transforms-3/65040085681f434c20e61b4e9d3859de/transformed/jetified-arrow-core-jvm-1.2.0-RC.jar(/arrow/core/raise/Raise.class)
undeclared type variable: T
Please remove or make sure it appears in the correct subdirectory of the classpath.
s
simon.vergauwen
07/07/2023, 1:07 PM
Are you seeing this in relation to KAPT?
simon.vergauwen
07/07/2023, 1:07 PM
If yes, this should be fixed and we're planning to release final 1.2.0 next week.
c
carbaj0
07/10/2023, 9:07 AM
Thanks Simon, I’ll try 1.2.0. I also have to say that I am using Context Receiver and sometimes they give problems haha