Hey. I noticed something really strange today. I’m not sure but it might be somehow related with macOS 12.4 update or Kotlin 1.6.21 update I made recently.
Whenever I change the code in my project (e.g. a log message) and use “Run” option in Android Studio (Bumblebee but Chipmunk didn’t help), the change I made is not reflected in the app. It works when I run
./gradlew :app:installDebug
though, so I thought that it might be related with Gradle’s file system watching not working correctly (I’m on 7.4.2), therefore I disabled it in
gradle.properties
but it didn’t help at all.
Any clues?
EDIT:
How is this “not Kotlin”?
Perhaps it’s a problem with the Kotlin compiler/plugin not recompiling the sources after they are changed?
😶 2
c
Chrimaeon
05/27/2022, 8:30 PM
I‘d rather file a bug at the issue tracker for android studio. You‘ll not get the right answers in this workspace.
a
azabost
05/28/2022, 3:02 PM
To be honest, I simply hoped to find someone who was affected by this problem and figured out how to fix it