0

I am currently using the 1.4.32 version of Kotlin. But any time I write something, the studio is stuck at "Analyzing". Even if I write some error code, it won't show anything. enter image description here

I have tried updating the version of Kotlin, as told here.

But that didn't worked as well. Is there any other alternative?

Abhishek Dutt
  • 1,308
  • 7
  • 14
  • 24

1 Answers1

2

Clear android studio in %appdata%

Is an issue with Gradle version upgrades sometimes.

Checkout other questions with answers:

https://stackoverflow.com/a/68804289/7741377

https://stackoverflow.com/a/68586517/7741377

Abhishek AN
  • 648
  • 7
  • 24
  • 2
    This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - [From Review](/review/low-quality-posts/30051160) – Kosh Oct 12 '21 at 07:36
  • 1
    Done that, updated with related info. – Abhishek AN Oct 12 '21 at 19:43