I am having an issue switching to `gradle.kts`. I’...
# gradle
r
I am having an issue switching to
gradle.kts
. I’m working in Android Studio and I’ve replaced my app-level
build.gradle
with
build.gradle.kts
. My project now helpfully informs me that
Kotlin not configured
. I’m not really sure what to do about it. I’ve tried just performing
Configure Kotlin in Project
, but it fails with “there aren’t configurators available”.
c
If everything is ok with your
build.gradle.kts
invalidate caches and restart, if that doesn't help you'll have to show your build file to us so that someone can help.
🙇‍♂️ 1
r
@Czar well, invalidate and restart did the trick. I feel a little foolish now. Thanks for the help!
c
Glad I could help 🙂
g
Yeah, convertation of build scripts doesn't handled properly by AS/Idea, some caches