Hi, anyone have an idea why i get this error : ``...
# multiplatform
a
Hi, anyone have an idea why i get this error :
Copy code
> Task :wgpu4k:compileKotlinMacosArm64 FAILED
* Source files: Adapter.kt, BindGroup.kt, BindGroupLayout.kt, Buffer.kt, CommandBuffer.kt, CommandEncoder.kt, ComputePassEncoder.kt, ComputePipeline.kt, Device.kt, Enumerations.kt, Pipeline.kt, QuerySet.kt, Queue.kt, RenderPassDescriptor.kt, RenderPassEncoder.kt, RenderingContext.kt, Sampler.kt, ShaderModule.kt, Texture.kt, TextureView.kt, Types.kt, Adapter.native.kt, BindGroup.native.kt, BindGroupLayout.native.kt, Buffer.native.kt, CommandBuffer.native.kt, CommandEncoder.native.kt, ComputePassEncoder.native.kt, ComputePipeline.native.kt, Device.native.kt, Pipeline.native.kt, Queue.native.kt, RenderPassEncoder.native.kt, RenderingContext.native.kt, Sampler.native.kt, ShaderModule.native.kt, Texture.native.kt, TextureView.native.kt, WGPU.kt
36 actionable tasks: 36 executed
 * Compiler version: 2.0.0
 * Output kind: LIBRARY

e: java.lang.IllegalArgumentException: There should be no references to expect classes at this point
While all my "expect class" are on commonMain folder. If I keep only JVM and JS that working fine, but this error popup on native https://github.com/ygdrasil-io/wgpu4k/actions/runs/9260854833/job/25475299415