Skip to content

Commit dc58f3d

Browse files
committed
feat: Easter Egg destinations finalable
Signed-off-by: Hu Shenghao <dede.hu@qq.com>
1 parent cd41efc commit dc58f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/navigation/src/main/java/com/dede/android_eggs/navigation/EasterEggsDestinations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface EasterEggsDestination {
3434
@EntryPoint
3535
interface EasterEggDestinationsEntryPoint {
3636

37-
var destinations: Set<@JvmSuppressWildcards EasterEggsDestination>
37+
val destinations: Set<@JvmSuppressWildcards EasterEggsDestination>
3838
}
3939

4040
@Composable

0 commit comments

Comments
 (0)