0

i am unable to configure Kotlin in my android studio. getting error Error:Unable to find method'com.android.build.gradle.internal.variant.BaseVariantData.getOutputs()Ljava/util/List;'.

Amit Sinha
  • 93
  • 4
  • [This](https://stackoverflow.com/a/44043185/7134908) answer might help you.If you having some other problem then please post your code also – Ajeet Choudhary Jun 15 '17 at 19:04
  • Which kotlin version you are using – Tuby Jun 16 '17 at 10:25
  • Possible duplicate of [Updated to Android Studio 3.0. Getting a "Kotlin not configured" error](https://stackoverflow.com/questions/47170118/updated-to-android-studio-3-0-getting-a-kotlin-not-configured-error) – Khemraj Sharma Nov 22 '18 at 10:58

1 Answers1

0

That problem very often occurs when you use wrong version of Kotlin. For now current version in your build.gradle should bee "ext.kotlin_version = '1.1.2-4'".