Oleg Smirnov
Oleg Smirnov
Also, we need a **package-info.java** file in the package with beans to specify the schema URL. You can find an example if you execute the **template** task.
I agree, without proper tests it would be hard to make sure nothing was broken. In this case, I think it is better to start from modifying JSON Schema Test...
Hi, I am also facing this issue - have to duplicate dependencies for the JS target. kotlinx-benchmark: `0.4.11` The error: ```text Execution failed for task ':snake-kmp-benchmarks:jsBenchmarkGenerate'. > e: KLIB resolver:...
I believe this is [the issue](https://github.com/Kotlin/kotlinx-benchmark/blob/1aefc62c585362e2dca2f7b695519e4d7c5052cf/plugin/main/src/kotlinx/benchmark/gradle/JsMultiplatformTasks.kt#L81). I think you need to use runtime dependencies
Hi, I had the same issue. Here is how I fixed that: 1. Do all the instructions from the main [README](https://github.com/danger/kotlin?tab=readme-ov-file#autocomplete-and-syntax-highlighting-in-intellij-idea-or-android-studio) file. 2. Go to `Main Menu` -> `Help` ->...
Hi, @ron-diesel. What do you see in kotlin section?
Please, take a look at issue description. The screenshot from there should help you
Yes, as far as I remember, I did the same. Can share with you my settings once I have access to my laptop
But of course, the path will depend on your system
Originally, I did it in IntelliJ IDEA. But I just tried it in AS Koala and everything worked (after the AS restart). I did not have any problems with applying...