Closed fwbrasil closed 1 week ago
The build for Scala Native is failing with the same issue as https://github.com/getkyo/kyo/pull/839 because of the use of Aspect in Parse. I've moved ParseTest to JVM only as a workaround.
Aspect
Parse
ParseTest
The build for Scala Native is failing with the same issue as https://github.com/getkyo/kyo/pull/839 because of the use of
Aspect
inParse
. I've movedParseTest
to JVM only as a workaround.