Release - 0.7.0
- Support replacing versions defined with val by extra in kotlin build scripts
val SPRING_BOOT by extra("2.3.0.M3")
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc:$SPRING_BOOT")
}
val SPRING_BOOT by extra("2.3.0.M3")
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc:$SPRING_BOOT")
}