chore: added KotlinxSerialization to project, bumped kotlin version
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
734ac1b74c
commit
0f2410c7c1
2 changed files with 11 additions and 4 deletions
|
@ -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}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue