kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Add quotes to Windows paths

Open OrigamiDev-Pete opened this issue 2 years ago • 1 comments

Resolves errors that occur when the %_KOTLIN_HOME% path has a space in it, e.g. (C:\Program Files\kotlinc\bin) See errors: image

image

Adding quotes around these two path variables handles the spaces.

OrigamiDev-Pete avatar Jun 20 '22 05:06 OrigamiDev-Pete

This is still a problem, and the solution proposed by the original author still works.

Can this be escalated and merged because it prevents Windows users from using Kotlin compiler on the CLI if the compiler is placed on a path that contains spaces.

ivankatalenic avatar Jan 22 '24 15:01 ivankatalenic