Skip to content

Commit

Permalink
Introduce back imports. IntelliJ mistakenly removed them on last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Jan 24, 2019
1 parent e3ebbed commit 779dce6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gradlekotlinconverter.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/usr/bin/env kscript

import java.io.File
import kotlin.system.exitProcess
import java.time.LocalDateTime
import java.time.format.DateTimeFormatter
import java.awt.Toolkit
import java.awt.datatransfer.DataFlavor
import java.awt.datatransfer.StringSelection
import java.io.IOException

// Bernardo Ferrari
// APACHE-2 License
Expand Down

0 comments on commit 779dce6

Please sign in to comment.