Big Chungus
10/03/2019, 7:38 AM.konan
home dir for native compiler. How can I extract the property of that dir in gradle config?msink
10/03/2019, 7:44 AM.konan
local data directory location ($HOME/.konan
by default). Works both with cli compiler and gradle pluginmsink
10/03/2019, 7:45 AMval konanDataDir = System.getenv("KONAN_DATA_DIR") ?: "${System.getProperty("user.home")}/.konan
`