Tapir version: 1.13.6
Scala version: 3.8.1
When compiling a multipartBody, an Scala compiler error is thrown:
Cannot resolve delambdafy target method decode at ...
The error is thrown during the genSJSIR phase.
Compiling the JVM version of the endpoints works.
I suppose the error is related to:
Macro compilation fails on ScalaJS, ok on JVM
Tapir version: 1.13.6
Scala version: 3.8.1
When compiling a
multipartBody, an Scala compiler error is thrown:Cannot resolve delambdafy target method decode at ...The error is thrown during the
genSJSIRphase.Compiling the JVM version of the endpoints works.
I suppose the error is related to:
Macro compilation fails on ScalaJS, ok on JVM