Between Kotlin 1.1.51 and 1.1.60
kotlin-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
@h0tk3y