I am facing the below errors
Line 15: compilerOptions {
^ Using 'compilerOptions(KotlinCommonCompilerOptions.() -> Unit): Unit' is an error. Kotlin target level compiler options DSL is not available in this release!
Line 16: jvmTarget.set(JvmTarget.JVM_11)
^ Unresolved reference: jvmTarget