Join Slack
Communities
Powered by
How can I query jvm system property (eg in gradle ...
# getting-started
d
Douglas KN
12/10/2019, 4:05 PM
How can I query jvm system property (eg in gradle
jvmArgs "-Dfoo=true"
) from kotlin?
d
diesieben07
12/10/2019, 4:09 PM
System.getProperty("foo")
d
Douglas KN
12/10/2019, 4:10 PM
thanks! I couldn't get the right terms in a search query
4
Views
Open in Slack
Previous
Next