I have this error, but i don’t know if is my fault...
# arrow
c
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
Are you seeing this in relation to KAPT?
If yes, this should be fixed and we're planning to release final 1.2.0 next week.
c
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