Hello. My new question is how you guys write the v...
# getting-started
u
Hello. My new question is how you guys write the version of libraries on
README.md
file. In my project’s
README.md
file, i wrote the version of libraries that is using on my project. But the problem is the variable can not used on md file so if the library’s version updated, i always rewire the version of library manually. This is very uncomfortable. Are there good ways to managing version of library using variables like the kotllin dsl that used on
build.gradle.kts
?
j
shields io and pick mavencentral
☝️ 1