As of right now, we have api, optimized-bus and kotlin-listener-dsl. Knowing that we're missing a Java implementation (#7) and that we're probably going to change a lot of stuff in the Kotlin module (#6), an architecture rework could be a nice idea. We would be left with:
api
optimized
kotlin-dsl
or should we make optimized-bus and optimized-listener into two different modules?
yeah.
As of right now, we have
api
,optimized-bus
andkotlin-listener-dsl
. Knowing that we're missing a Java implementation (#7) and that we're probably going to change a lot of stuff in the Kotlin module (#6), an architecture rework could be a nice idea. We would be left with:or should we make
optimized-bus
andoptimized-listener
into two different modules? yeah.