https://kotlinlang.org logo
Title
c

Christopher Elías

10/19/2020, 1:16 PM
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

Javier

10/19/2020, 1:26 PM
Clean/delete build folders
buildSrc folder should be deleted manually
c

Christopher Elías

10/19/2020, 1:28 PM
I already build, clean, rebuild, restart and invalidate cache but it still not working...
j

Javier

10/19/2020, 1:30 PM
Try changing the jdk in project structure maybe but it is strange
c

Christopher Elías

10/19/2020, 1:32 PM
My JDK location is pointing to
C:\Program Files\Java\jdk1.8.0_261
isn't that the right one?
j

Javier

10/19/2020, 1:41 PM
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