Slackbot
07/22/2022, 2:21 PMdaniel
07/22/2022, 2:47 PMMarcell Győrik
07/22/2022, 2:50 PMdaniel
07/22/2022, 3:10 PMdaniel
07/22/2022, 3:10 PMMarcell Győrik
07/22/2022, 3:24 PMMarcell Győrik
07/22/2022, 3:25 PMMarcell Győrik
07/27/2022, 3:33 PMlibrary {
variants.configureEach {
sharedLibrary {
compileTasks.configureEach {
compilerArgs.addAll([])
}
linkTask.configure {
linkerArgs.addAll([])
}
}
}
}
daniel
07/29/2022, 1:12 PMincludes
and libs
under compile tasks and link task respectively. The difference is in terms of task input calculation.