Gabriel Duncan
12/16/2021, 10:06 PMsetEnvironment
method, however i want it to be available for all of my jsBrowser..
type tasks.
so in summary i want to:
1. get a value from the properties file ✅ — this is easy
2. set that as an env variable from the gradle.build.kts file so that its available to all tasks
any help will be greatly appreciated!Gabriel Duncan
12/18/2021, 7:17 PMsetEnvironment
method in JavaExec
and then using the args
array for KotlinWebpack
task. It doesn't put it in the environment for all tasks but it solved my immediate problem