Commit graph

11 commits

Author SHA1 Message Date
197fee1033 Fix kotlinx serialization not being applied 2024-04-20 22:06:44 -06:00
fcf9bc6cd3 Fix compilation 2024-03-09 09:03:30 -07:00
58c6508d0a Use gradle version catalogs 2022-06-02 20:28:44 -06:00
6b606b86a9 Bump all dependencies 2021-12-18 07:18:52 -07:00
4ef2fed502 WIP: Finish ktor migration 2021-08-12 15:22:06 -06:00
c38cdb2621 Rename api module to app 2021-07-28 18:49:48 -06:00
ab73dfcc76 Update gradle and kotlin versions 2021-07-05 19:05:25 -06:00
8e6454cb72 Convert code to Kotlin
Convert ErrorResponse to Kotlin

Convert TwigsServerApplication to Kotlin

Convert BudgetController to Kotlin

Convert CategoryController to Kotlin

Convert UserController to Kotlin

Convert TransactionController to Kotlin

Convert Budget models to Kotlin

Convert Category models to Kotlin

Convert PasswordResetRequest models to Kotlin

Convert Transaction models to Kotlin

Convert user models to Kotlin

Convert permission models to Kotlin

Conver session models to Kotlin

Finish Kotlin conversions

Fix more Kotlin conversion issues

Remove swagger

Use Kotlin DSL for Gradle scripts

Signed-off-by: William Brawner <me@wbrawner.com>

Resolve some warnings

Move source to src/main/kotlin

Move source to src/main/kotlin
2021-06-20 13:23:37 -06:00
981163b9bb Convert gradle build scripts to groovy 2020-05-31 13:23:28 -07:00
5889d0b59b Move source into api module 2020-05-31 13:23:28 -07:00
8aa54d7029 Migrate from JDK 8 -> 11 and use Gradle instead of Maven 2020-02-10 17:57:53 -07:00