Charles Korn
Charles Korn
Would it be possible to get a review on this? I'd love to see this functionality implemented.
> What suggests that this is test sources? Looks like main sources to me (albeit on mobile. Might miss something) You're correct - this is failing when it's compiling the...
> SpecIrGenerationExtension is a kotest thing, so maybe it's being invoked incorrectly. Are you using the latest gradle plugin for kotest too ? Yep - 5.3.1 for both the plugin...
Looks like the issue is that the `IrFile.name` extension property moved from `IrFile.kt` in [1.6](https://github.com/JetBrains/kotlin/blob/v1.6.21/compiler/ir/ir.tree/src/org/jetbrains/kotlin/ir/declarations/IrFile.kt#L56) to `IrDeclarations.kt` in [1.7](https://github.com/JetBrains/kotlin/blob/v1.7.0/compiler/ir/ir.tree/src/org/jetbrains/kotlin/ir/declarations/IrDeclarations.kt#L37). I'm guessing that the plugin needs to be re-compiled for Kotlin...
I'm still seeing the issue with 5.3.2. Looking more closely at the original stack trace I posted, the issue seems to be twofold: * the JS compiler plugin is running...
This should be resolved in 5.4.2 - could you please give that a try @kboyarshinov and @alkincakiralar1996?
If anyone is interested in contributing support for other targets to kaml, I'd be keen to help out, but it's not high on my list of priorities at the moment...
Could you please try with Kotest 5.4.2? This issue should be fixed in that version.
From discussion on Slack: https://kotlinlang.slack.com/archives/CT0G9SD7Z/p1653346298893609
I think #3137 was fixed in 5.4.2 (the issue says they were using 5.4.1). Could you please confirm that you're seeing the issue with 5.4.2?