plugins { id("com.gradle.enterprise") version "3.10.1" } gradleEnterprise { buildScan { termsOfServiceUrl = "https://gradle.com/terms-of-service" termsOfServiceAgree = "yes" publishAlways() isUploadInBackground = false } } rootProject.name = "kotlin-dsl"