searches `kotlin find gradle root without using gr...
# gradle
s
searches
kotlin find gradle root without using gradle
and first result is
<https://kotlinlang.org/docs/reference/using-gradle.html>
-_-
g
It's just impossible, only build system knows sources path, not compiled program
Just set JVM system property
s
i cant find it
g
Cannot find what? Read about Java system properties and how to use them, it's just a way to pass some variable to runtime and read it on runtime You just should understand that compiled program doesn't have any relationship to sources, do not have sources, path to project etc