mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
`absoluteFile` is not enough to make path unique. For example, it doesn't expand things like '..' and 'IDEAPR~1' on Windows. `canonicalFile` seems to solve the problem.