Skip to content

Instantly share code, notes, and snippets.

@snijsure
Last active May 18, 2021 19:12
Show Gist options
  • Save snijsure/32a85cef2e5bbe84f0b0041fb75e7d97 to your computer and use it in GitHub Desktop.
Save snijsure/32a85cef2e5bbe84f0b0041fb75e7d97 to your computer and use it in GitHub Desktop.
ImageFileExtension
fun ImageFile.toAttachment(): Attachment {
return Attachment().apply {
fileName = imageName
updateTime = updateTime // No self-assignment warning
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment