Hello, we've just made another release at <https:/...
# ksp
t
Hello, we've just made another release at https://github.com/android/kotlin/releases/tag/1.4.0-rc-dev-experimental-20200731. Important changes are: * Introduced
KSPLogger
(only
logging()
with
gradle --debug
work for now) * KSP works on Windows now! * Rebased to 1.4.0-rc. Please remember to change
1.4-M1
to
1.4.0-rc
in gradle build scripts. Please give it a try!
🎉 5
e
would be nice to call out the breaking changes in the release notes. In this case, the init function signature changed.
j
That’s something we didn’t expect, can you give me a reproduce case for this? Filing an issue should work.
t
Thanks for noting that! Updated
j
Uh I see, sorry I misunderstood that
init
to be the primary constructor of a class declaration..
e
just a note, similar api's have a single entrypoint that's provided to the init function, ex:
ProcessingEnvironment
exactly so there aren't breaking changes if new things are added to it.
t
Thanks, that's a good point. We'll try to address this before merging to upstream.
z
is there any timeline or public tracker/discussion somewhere for upstreaming that external folks can follow?
t
We have a meeting exactly for that on the coming Thursday. Will update as soon as possible.
👍 1