You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Kotlin is a better language than Java 8 and IntelliJ can do almost all the conversion automatically. What pops out isn't always the most concise way to write things, but it's usually pretty good and of course the project still compiles just fine afterwards.
Some bits of the app are already converted. This issue tracks the rest.
The text was updated successfully, but these errors were encountered:
• Remove the DiskManager and with it disk watching in all but the server.
• Fixes some bugs and deletes a lot of last minute pre-beta hacks.
• Converts the directory watcher code to Kotlin and adds duplicate suppression so the server doesn't try and load half-copied files anymore.
Fixes#190
Makes progress on #191
Kotlin is a better language than Java 8 and IntelliJ can do almost all the conversion automatically. What pops out isn't always the most concise way to write things, but it's usually pretty good and of course the project still compiles just fine afterwards.
Some bits of the app are already converted. This issue tracks the rest.
The text was updated successfully, but these errors were encountered: