Hello, since I upgraded the A.S. IDE to 4.1, I can...
# gradle
c
Hello, since I upgraded the A.S. IDE to 4.1, I can't use the kotlin "navigation" feature from my buildSrc/Dependencies (multi module application). Has someone experienced something like this? It was working fine till the upgrade of A.S.
j
Clean/delete build folders
buildSrc folder should be deleted manually
c
I already build, clean, rebuild, restart and invalidate cache but it still not working...
j
Try changing the jdk in project structure maybe but it is strange
c
My JDK location is pointing to
C:\Program Files\Java\jdk1.8.0_261
isn't that the right one?
j
yeah, but sometimes changing it fixes a similar problem, I am using the same jdk with 4.1 and it is working fine for me