Kotlin - Basics and JVM Runtime
You see this error when running Gradle:
Could not find method kotlin() for arguments. What is the likely cause?Could not find method kotlin() for arguments. What is the likely cause?kotlin {} block, usually because the Kotlin plugin is missing.plugins { kotlin("jvm") version "x.y.z" } causes this error. Source folder or JVM target issues cause different errors. Outdated Gradle wrapper usually causes version incompatibility errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions