Barış USLUCAN
Barış USLUCAN
I encountered the same issue. After clearing the cache and restarting Android Studio, the problem was resolved.
> Maybe it's related to `kotlinOptions` being deprecated and replaced with `compilerOptions` 🤔 > > Have you tried using the new Kotlin API for this? https://stackoverflow.com/a/77903418/5250468 That's the API I...
Yeah, I know, I'm using the latest Java version. It works for other projects, but not for one of them. I think it's related to KSP or Kotlin DSL. I'll...