xpathexception

Results 4 comments of xpathexception

I'm experiencing the same issue. And I have no JVM target either. Moving plugin declarations around as suggested makes no difference. Task `:frontend:modules:common:compileDebugKotlinAndroid` fails with the following error: ``` Expected...

Task `:frontend:modules:common:compileKotlinJs` also fails with the same error: ``` Expected object 'commonR' has no actual declaration in module for JS ```

@Skaldebane I had no plans on publishing my work (i.e. opening PR) until this issue resolved somehow because of couple of reasons: - in it's current state it is more...

@Skaldebane I've managed to collect all the things I've done as of now. There are three parts: [compiler branch](https://github.com/xpathexception/kaitai_struct_compiler/tree/kotlin-support), [tests branch](https://github.com/xpathexception/kaitai_struct_tests/tree/kotlin-support) and [runtime repository](https://github.com/xpathexception/kaitai_struct_kotlin_runtime). I've synced all of it with...