I'm trying to build my first Android app using Kot...
# community-support
e
I'm trying to build my first Android app using Kotlin and Gradle (using Zed editor). Fundamentally, I am unable to make any corrections to my build.gradle.kts file as every time I edit the file, something just reverts it on me. What is going on?
v
... why are you asking that here?
Gradle does not manipulate your build scripts
Ask whoever is doing that how to stop them 🙂
If you cannot find out who is, maybe use some process monitoring tool ike
ProcessMonitor
on Windows to see who is when writing the file.