Commit Graph

15 Commits

Author SHA1 Message Date
Daan Vanden Bosch
15bc398294 All code now compiles with Kotlin 2.1.20, all tests pass, development builds work and production builds work. 2025-03-21 13:17:19 +01:00
Daan Vanden Bosch
a8b1a00e06 All code now compiles with Kotlin 2.0.0 and all tests pass. 2024-07-18 18:24:10 +02:00
Daan Vanden Bosch
9807418435 Improved Karma config. The middleware now caches files in memory and sends the correct content-type header for json files. 2021-12-02 17:25:18 +01:00
Daan Vanden Bosch
28ee405980 Upgraded Kotlin from 1.5.30 to 1.5.31. 2021-10-16 11:28:48 +02:00
Daan Vanden Bosch
19d3030d20 Upgraded Kotlin from 1.5.21 to 1.5.30. Also upgraded kotlinx.coroutines and kotlin logging. Now using languageSettings.optIn everywhere instead of compiler options. 2021-09-06 14:17:20 +02:00
Daan Vanden Bosch
4db38f3457 Added AccountStore. 2021-08-08 18:47:42 +02:00
Daan Vanden Bosch
295dd6a253 Removed some unused code, fixed some style issues. 2021-07-24 21:37:33 +02:00
Daan Vanden Bosch
89b88a0a2d Put all shared build logic in precompiled gradle conventions plugins. 2021-07-24 20:13:02 +02:00
Daan Vanden Bosch
51ae313df2 Upgraded Gradle to 7.1.1 and Kotlin to 1.5.21. 2021-07-24 12:14:43 +02:00
Daan Vanden Bosch
5c0b7a20f0 Upgraded Gradle, Kotlin and some libraries. 2021-04-18 20:10:10 +02:00
Daan Vanden Bosch
017232eb91 Upgraded to Kotlin 1.4.31. 2021-03-23 15:27:27 +01:00
Daan Vanden Bosch
321fb3a475 Upgraded Kotlin to 1.4.30 and Gradle to 6.8.2. Set the Kotlin JVM version to 11. Added a subproject for offline asset generation which, at the moment, can generate the list of item types. Ported unitxt and ItemPMT parsing. 2021-03-06 13:33:04 +01:00
Daan Vanden Bosch
1b0a8781b3 Added several tests and fixed some bugs. 2020-12-23 21:48:53 +01:00
Daan Vanden Bosch
325cdb935a Entities can now be highlighted by hovering over them again. 2020-11-25 21:21:57 +01:00
Daan Vanden Bosch
0983be905d Created gradle plugin with workaround for https://youtrack.jetbrains.com/issue/KT-42923. 2020-11-13 22:58:13 +01:00