How can I query jvm system property (eg in gradle ...
# getting-started
d
How can I query jvm system property (eg in gradle
jvmArgs "-Dfoo=true"
) from kotlin?
d
System.getProperty("foo")
d
thanks! I couldn't get the right terms in a search query