feat: added exposed dependency, updated kotlin jvm

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-05-13 01:18:59 +02:00
parent 3c5ecedaaf
commit 0ad6941b62
2 changed files with 11 additions and 6 deletions

View file

@ -23,4 +23,7 @@ internal object BuildConstants {
const val ownerID = "${ownerID}"
const val kordVersion = "${kordversion}"
const val coroutinesVersion = "${coroutinesversion}"
const val ktorVersion = "${ktorversion}"
const val exposedVersion = "${exposedversion}"
const val postgresVersion = "${postgresversion}"
}