kotlin-eclipse icon indicating copy to clipboard operation
kotlin-eclipse copied to clipboard

Kotlin Plugin for Eclipse

Results 9 kotlin-eclipse issues
Sort by recently updated
recently updated
newest added

Update the Plugin to use the Kotlin 1.8.10 Compiler.

Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

A few further improvements to the eclipse kotlin plugin. See commits for details. Main changes: - delete changed kotlin .class files before recompilation. Otherwise deleted classes would still exist in...

I made some changes to 'Mark occurences' task behaviour, I am aware that these changes are not ideal, but the plugin was nearly unusable without them, every change in editor...

Before the 1.3.50 release I've realised that some of intentions and refactorings are producing incorrect results when run on files with `\r\n` line endings. They were transforming correct code into...