max
08/14/2018, 12:59 AMprocessResourcessrc/main/res/xml/file.xml<external-path name="my_images" path="Android/data/{$appId}/files/Pictures/" />tasks {
    withType<ProcessResources> {
        filesMatching("${projectDir}/src/main/res/xml/file.xml") {
            val tokens = mapOf("appId" to "myApplicationId")
            expand(tokens)
        }
        outputs.upToDateWhen { false }
    }
}trevjones
08/14/2018, 3:25 AM${applicationId}trevjones
08/14/2018, 3:26 AMmax
08/14/2018, 6:11 PMsrc/ressrc/resourcesfromtrevjones
08/14/2018, 6:13 PM