Files
kotlin-fork/tools
Vasily Levchenko a3568bc41c [gradle][plugin] debug build option is introduced.
there're two optons:
1. add enableDebug option in the build.gradle:

konanArtifacts {
    CsvParser {
        enableDebug true
        ...
    }
}

2. specify in command line with project properties -PenableDebug=true
2017-06-20 04:45:50 -07:00
..