Hello! I’m looking for some tips or tricks to enhance the performance and speed of Android Studio. It’s been running a bit slow for me lately, and I’d appreciate any advice on optimizing it for a smoother experience.
not kotlin but kotlin colored 2
m
Muaz KADAN
09/16/2024, 9:34 AM
is it running slow in general or the build time is very long?
a
Abdo
09/16/2024, 9:35 AM
the build time / sync is very long
m
Muaz KADAN
09/16/2024, 9:37 AM
Copy code
# Enables the build cache.
org.gradle.caching=true
# Enables parallel execution for Gradle tasks.
org.gradle.parallel=true