mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
As "java" does, do not include the current directory to the classpath if the explicit classpath is specified. This is more stable than always adding the current directory, and users can easily add the ".:" to the beginning of the explicit classpath themselves #KT-17100 Fixed