Unresolved reference: kotlinx.
Asked
Active
Viewed 3,252 times
0

Sergio Díaz
- 79
- 1
- 7
-
Can you post the plugin part of `build.gradle` (Project Level) as well as Module Level? – Abhishek Dutt Jan 10 '22 at 03:43
-
1Yes, review my answer. – Sergio Díaz Jan 10 '22 at 06:10
1 Answers
3
In your project-level build.gradle(Module)
plugins { id'com.android.application' id'kotlin-android' id'kotlin-android-extensions'}
Build.gradle(Module)

Sergio Díaz
- 79
- 1
- 7