https://kotlinlang.org logo
#announcements
Title
# announcements
e

elect

07/11/2019, 9:32 AM
I'm trying to test if I successfully moved my project to JPMS by running manually
jdeps
, however I need to specify where to find the
kotlin.stdlib
module, is there a standard location for that or shall I search in my
.m2
local gradle cache?
d

diesieben07

07/11/2019, 9:53 AM
.m2
is the local maven repo, not the gradle cache. The gradle dependency cache is somewhere in
~/.gradle
e

elect

07/11/2019, 9:54 AM
uh right
this is gonna be a pain in the ass
C:\Users\gbarbieri\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-stdlib\1.3.41\e24bd38de28a326cce8b1f0d61e809e9a92dad6a\kotlin-stdlib-1.3.41.jar
4 Views