chore: added KotlinxSerialization to project, bumped kotlin version

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-01-18 18:31:57 +01:00
parent 734ac1b74c
commit 0f2410c7c1
Signed by: moonleay
GPG key ID: 82667543CCD715FB
2 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,6 @@
/*
* lilJudd
* Copyright (C) 2023 moonleay
* Copyright (C) 2024 moonleay
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -27,4 +27,5 @@ internal object BuildConstants {
const val exposedVersion = "${exposedversion}"
const val postgresVersion = "${postgresversion}"
const val krontabVersion = "${krontabversion}"
const val kotlinXSerializationVerson = "${kotlinxserializationversion}"
}