Trying to install the KEEP87 plug-in on latest version of CE (2019.1). The install progress bar runs, but after restart the plug-in does not appear and hence the sample project will not compile. Any thoughts much appreciated…
j
Jorge Castillo
05/12/2019, 8:39 AM
Hye Garth. That's not cool, we'll need to take a look. In the meantime I recommend pulling our Kotlin compiler fork then doing ./gradlew runIde
That effectively compiles compiler into a new plugin and opens a new instance of IDEA with the plugin already installed and working
👍 1
Jorge Castillo
05/12/2019, 8:41 AM
Also sometimes our Amazon S3 Plugins repo might be off for some random reason so you might need to try again. This is not something happening often but got that issue a couple of times.
g
Garth Gilmour
05/12/2019, 10:20 AM
Tried it on a couple of 8.2 and 8.1 IntelliJ versions I had lying around . Same result 😞 Will try pulling as you suggest…
Garth Gilmour
05/13/2019, 11:14 AM
Was able to build the compiler and run the IDE. So all good.