Suresh
Suresh
@bnorm thanks for bundling this awesome plugin with Kotlin...this is working fine in `2.0.0-Beta5`.
@fzhinkin just for the clarity when you say `wasmJs`, it's for running on node and not on browser and browser won't get file system support due to security sandboxing..rt?
jfyi, updated to `2.0.0-RC1` and compilation fails with the following error ``` > Task :shared:compileKotlinJs FAILED e: java.lang.NoSuchMethodError: 'void org.jetbrains.kotlin.ir.expressions.impl.IrGetValueImpl.(int, int, org.jetbrains.kotlin.ir.types.IrType, org.jetbrains.kotlin.ir.symbols.IrValueSymbol, org.jetbrains.kotlin.ir.expressions.IrStatementOrigin, int, kotlin.jvm.internal.DefaultConstructorMarker)' at dev.zacsweers.redacted.compiler.RedactedIrVisitor.IrGetValueImpl(RedactedIrVisitor.kt:219) at dev.zacsweers.redacted.compiler.RedactedIrVisitor.receiver(RedactedIrVisitor.kt:216)...
Any update would be greatly appreciated. Thanks!
jfyi, some of the other TS conversion tools are handling the issue 2 nicely (i mean preserving the type info) . Eg: [TS to Kotlin](https://github.com/Kotlin/ts2kt) ``` external open class LineChart...
@McFoggy any idea whats wrong here?
@apiatti yeah seems like this project is abandoned. Now I think the better option will be to fork this plugin and fix the bug there.
Nm..just saw this PR after creating the issue - https://github.com/krzysztofslusarski/jvm-gc-logs-analyzer/pull/26
@JavierSegoviaCordoba thanks for the fix. Are you planning to release a new version soon?
@JavierSegoviaCordoba cool..it's working as expected. Thanks!