0

Unresolved reference: kotlinx.

enter image description here

Sergio Díaz
  • 79
  • 1
  • 7

1 Answers1

3

In your project-level build.gradle(Module)

plugins {    id'com.android.application'    id'kotlin-android'    id'kotlin-android-extensions'}

Build.gradle(Module)

enter image description here

Section --> Plugins{} enter image description here

Sergio Díaz
  • 79
  • 1
  • 7