Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created March 30, 2019 06:28
Show Gist options
  • Save ch8n/b4b77ddb5ef144bc137433f40bd264b9 to your computer and use it in GitHub Desktop.
Save ch8n/b4b77ddb5ef144bc137433f40bd264b9 to your computer and use it in GitHub Desktop.
Using kotlin TODO function to time deadlines
if(Date().after(date)){
TODO("Has to complted before : $date")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment