A task has been added to generate a BuildVersions file when building the project. Project's version can be found in that file at runtime. Also centralized declaration of the dependencies versions to buildSrc.
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
repositories {
|
|
mavenCentral()
|
|
}
|
|
plugins {
|
|
`kotlin-dsl`
|
|
} |