Skip to content

Commit 76ba31e

Browse files
authored
Add Space Cards Multiplatform project (#1025)
1 parent 76a7ce2 commit 76ba31e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/links/Projects.awesome.kts

+6
Original file line numberDiff line numberDiff line change
@@ -514,5 +514,11 @@ category("Projects") {
514514
setPlatforms(ANDROID)
515515
setTags("android", "kotlin", "compose", "mvvm", "koin", "material3")
516516
}
517+
link {
518+
github = "1sao/Space-Cards-Multiplatform"
519+
desc = "An astrophotography browser built with Compose Multiplatform. Featuring Clean Architecture, MVI and a custom paging solution."
520+
setPlatforms(ANDROID, JVM, COMMON)
521+
setTags("android", "desktop", "jvm", "pager", "pagination")
522+
}
517523
}
518524
}

0 commit comments

Comments
 (0)