konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.62k stars 262 forks source link

Don't embed TeaVM in IDEA plugin #812

Open konsoletyper opened 11 months ago

konsoletyper commented 11 months ago

Currently, IDEA plugin comes with bundled TeaVM, and it ignores version specified in build tool. Instead, a protocol (e.g. a module with interfaces, which aren't often modified) must be designed and all communication between IDE and TeaVM must be over this protocol. Then, IDEA plugin must use TeaVM from module's classpath.