buildscript { ext { KOTLIN_VERSION = "1.6.10" KETHEREUM_VERSION = "0.85.6" } repositories { gradlePluginPortal() } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" classpath 'com.github.ben-manes:gradle-versions-plugin:0.39.0' } } apply plugin: "com.github.ben-manes.versions"