Annotation processing for Kotlin code / Сергей Рябов

Saint AppsConf 2019 21 и 22 октября 2019, Санкт-Петербург Подробности и билеты на сайте AppsConf 2018 Зал «Зал 3. Сделай погромче» 8 октября, 17:00 Тезисы и презентация: When promoting Kotlin over Java to your friend the first argument you’ll probably use will be its powerful syntax: in-house nullability support, default arguments, delegated properties, data & sealed classes, etc. These features are really the stuff we’re benefiting from everyday, but if we’ll take Java annotation processors then sadly the only information they can get about our code will be Java-related and no info about Kotlin-specifics. In this talk we’ll find out how to use Kotlin metadata added to the bytecode to get info about Kotlin-specific features in the code and utilise it during annotation processing. -------- Нашли ошибку в видео? Пишите нам на support@
Back to Top