artem_zin
11/14/2017, 11:28 PMkotlin-annotation-processing artifact was discontinued and now there is a kotlin-annotation-processing-gradle instead (as well as -maven which was there for some time) <https://github.com/JetBrains/kotlin/commit/feee93186bdab504c5bf94d1c046bf7f2a0697af>
1. Does it mean that -gradle version will become more Gradle-specific? Reason why I'm asking is because OkBuck + Buck need it to support Kapt and relied on kotlin-annotation-processing before, but now it's gone
2. Changelog doesn't seem to reflect this change <https://github.com/JetBrains/kotlin/blob/1.1.60/ChangeLog.md>
cc @h0tk3yyan
11/15/2017, 4:19 AMkotlin-annotation-processing-gradle is built for the “shaded” compiler so it will be incompatible with the CLI kotlinc (at least, for some time).
As it should be discussed internally if we will return the kotlin-annotation-processing artifact, as a workaround, you can use kotlin-annotation-processing-maven instead. It should work exactly the same way.cwoodwar6
11/15/2017, 6:36 PMyan
11/16/2017, 4:22 AMyan
11/16/2017, 2:46 PMkotlin-annotation-processing-gradle. So please use kotlin-annotation-processing-gradle as a replacement.