Splitties/refreshVersions

Make constants in Libs.kt configurable/longer/...

jschneider opened this issue · 0 comments

This entry gets generated in Libs.kt:

public const val mongodb: String = "org.testcontainers:mongodb:_"

In this case the property name mongodb is misleading. I'd prefer testcontainers_mongodb

Possible solution: Keep the names of existing constants.
Then I could rename the constants as preferred.