Debugging Kotlin Package
Hi The new package exists here: https://salsa.debian.org/samyak-jn/kotlin Copyright, Patches are done for the package. I'm facing this [error](https://paste.debian.net/1148847/), after the build for modified binaries, which can be solved by adding the files to d/clean. But, it doesn't seem to work for me. I tried adding the following in d/clean: ``` buildSrc/build/classes/kotlin/main/org/jetbrains/kotlin/pill/*.class buildSrc/build/classes/kotlin/main/tasks/*.class buildSrc/build/kotlin/compileKotlin/*.bin buildSrc/build/kotlin/compileKotlin/caches-jvm/inputs/* buildSrc/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/* buildSrc/build/kotlin/compileKotlin/caches-jvm/lookups/* buildSrc/build/kotlin/compileKotlin/*.bin .gradle/caches/4.4.1/scripts-remapped/build_58og8r4drqiptawwmyjk0mp0r/3azt98q1zk70i0i99x84n2v5r/proj6872f1a1854cef4ab109fde0d74d4329/classes/*.class .gradle/ buildSrc/build/ ``` But no luck :(
issue