JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
506 stars 106 forks source link

Don't bundle kotlin stdlib into plugin archive #258

Closed Undin closed 10 months ago

Undin commented 10 months ago

IntelliJ IDEs already contain all Kotlin stdlib which is supposed to be used by the plugin in runtime. Bundling an own version of Kotlin stdlib may lead to different class loading issues. Also, it makes the plugin much bigger: about 2 MB before and less than 400 KB now