Skip to content

Commit

Permalink
Rename Main to Main2, because otherwise IDEA is confused and tries to…
Browse files Browse the repository at this point in the history
… run j2ast.main
  • Loading branch information
fizruk committed Apr 17, 2022
1 parent 7886262 commit 9bc9d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/main/Main.kt → src/main/java/main/Main2.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import java.util.*
import kotlin.io.path.createDirectories
import kotlin.system.exitProcess

object Main {
object Main2 {
@Throws(FileNotFoundException::class)
@JvmStatic
fun main(args: Array<String>) {
Expand Down

0 comments on commit 9bc9d3e

Please sign in to comment.