Sam Garfinkel
09/04/2019, 1:46 PMZachary Grafton
09/04/2019, 1:53 PMtask webJar(type: Jar, dependsOn: 'build') {
from fileTree('build/bundle')
into "META-INF/resources"
}
Sam Garfinkel
09/04/2019, 1:55 PMZachary Grafton
09/04/2019, 1:55 PMkotlin-frontend
project that stopped me from combining it with a MPP projectSam Garfinkel
09/04/2019, 1:57 PMZachary Grafton
09/04/2019, 1:58 PMSam Garfinkel
09/04/2019, 2:01 PMruntimeOnly(tasks["jsJar"].outputs.files)
That should actually chain the task dependencies correctly too which is nice.Sam Garfinkel
09/04/2019, 2:07 PMZachary Grafton
09/04/2019, 2:17 PMSam Garfinkel
09/05/2019, 3:05 PM