Hi! For the folks getting started with Kotlin, I r...
# getting-started
b
Hi! For the folks getting started with Kotlin, I recently wrote this post about annotations. Feedback is welcome! https://medium.com/@bruno.aybar/annotations-for-your-java-friendly-kotlin-code-badfbedec14
d
Found something minor: In the section on
@JvmName
where you annotate the getter you don't need to write the custom getter, you could use
@get:JvmName
on the property itself.
Derp. Should have read the next paragraph. Nevermind me.
🙈
b
Hahaha, no problem. Thanks anyway 😁
r
You should post this in #feed
b
Thanks, I'll do that!! I was actually having a really hard time deciding on which channel to post
👍 1