Stefan Koppier
02/21/2025, 11:31 AMassemble
, the task compileCommonMainKotlinMetadata
fails with an error for each stdlib reference I have. I tried mutliple different things, but only two solutions work:
1. remove all targets except for one (i.e. jvm), or
2. remove the kotlin dependencies from my local m2 cache. This works once, but the next run fails again.
This problem never occurs on GitHub actions.
Does anyone have an idea if there is something wrongly configured?Anton Lakotka [JB]
02/21/2025, 11:37 AMStefan Koppier
02/21/2025, 11:46 AM