I’m using Ktor for developing a backend microservice and in build.gradle.kts
file I set version = "1.0.0"
, now in the code, I wanna get this value. Is there any solution?
I’m using Ktor for developing a backend microservice and in build.gradle.kts
file I set version = "1.0.0"
, now in the code, I wanna get this value. Is there any solution?