buildscript { ext { kotlinVersion = '1.3.72' springBootVersion = '2.0.4.RELEASE' } repositories { mavenCentral() } ... }