Hey guys, I have some trouble with the latest stab...
# android
k
Hey guys, I have some trouble with the latest stable Android Studio (3.1). When I add some kotlin class on a specific git branch, I make everything compile and it starts correctly on a device. But when I switch back on a branch without my modifications, I can't manage to launch the app, I get a Kotlin Compiler error of the sort:
Copy code
myproject/build/tmp/kapt3/stubs/debug/my.package.../myClass.java: error: cannot find Symbol
I tried every cleaning option I know of: gradle clean, Clean Project + Rebuild Project, Invalidate Caches... Although, the build successfully works on the command-line, so it definitely looks Android Studio related. Any idea?