Yann Cébron

Results 114 comments of Yann Cébron

@MikhailShumenko https://github.com/JetBrains/gradle-intellij-plugin/blob/master/FAQ.md#how-to-disable-building-searchable-options

this is kinda obsolete now as we require Java 11

Given that `runIde` task now has dedicated `jbrVersion` parameter (https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#runide-task-jbrversion), is this still actual?

There could be several compatible plugin versions available at the same time

There's this issue regarding code insight/validation for plugin.xml/Gradle within the IDE https://youtrack.jetbrains.com/issue/IDEA-252797.

AFAIU this would only work in newer releases so this has to be checked against minimum supported platform version for 2.x

related https://youtrack.jetbrains.com/issue/MP-2427

FTR the list of bundled 3rd party libraries is available from https://www.jetbrains.com/legal/third-party-software/

I'd rather scan the Kotlin stdlib from the actual target platform bundled library binary. it's safer, will automatically support newer target IDE versions, and also requires no internet. also this...