greenrobot / EventBus

Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
http://greenrobot.org/eventbus/
Apache License 2.0
24.67k stars 4.66k forks source link

Support KSP to improve compilation speed #677

Open lxzh opened 2 years ago

lxzh commented 2 years ago

Suggestions to improve the build speed: use KSP 1.0 (Kotlin Symbol Processing) instead of kapt to shorten the build time

pandelisgreen13 commented 1 year ago

there is any update ?

XilinJia commented 6 months ago

I did the following in build.gradle, only to find that ksp is not supported yet? ksp { arg('eventBusIndex', 'ac.mdiq.podcini.ApEventBusIndex') }