Peter
11/09/2023, 6:50 PMinternal
modifier good enough reason, to make a Kotlin module 🤔 I have a bunch of packages, that would benefit from that modifier, but there are not many classes in there.CLOVIS
11/09/2023, 8:25 PMPeter
11/09/2023, 8:31 PMCLOVIS
11/09/2023, 8:33 PM:a
and :b
, with :b
depending on :a
.
• You edit a class in :b
.
• :a
hasn't changed, so only :b
is recompiled.
So, apart from the very first build when you clone the project, it's usually faster.Casey Brooks
11/09/2023, 8:35 PMCLOVIS
11/09/2023, 8:36 PMPeter
11/09/2023, 8:40 PM