https://kotlinlang.org logo
Title
m

Messias Junior

02/15/2021, 11:00 PM
I just released a simple navigation library for navigation on compose-desktop. I really hope you enjoy https://github.com/app-outlet/karavel
👍 6
s

suresh

02/16/2021, 6:33 AM
Intersting … one concern i have is, you can’t freely compose once we wrap the content inside a class. So if we want to call a composable from another page, we need to create a new instance..rt?
m

Messias Junior

02/16/2021, 8:40 AM
I can compose freely. This method is just to have a point to get all the content of an page. Inside it, you can call any other composable functions.
s

suresh

02/16/2021, 9:01 AM
@Messias Junior thanks. Any plans to publish the library to maven central?
m

Messias Junior

02/16/2021, 9:09 AM
Yeah but I need some help to do this. I used jitpack because the ease of use
s

suresh

02/16/2021, 9:34 AM
https://github.com/gradle-nexus/publish-plugin (It’s a new gradle plugin released yesterday) https://github.com/rwinch/gradle-publish-ossrh-sample - Details are here.
m

Messias Junior

02/16/2021, 9:35 AM
Thank you! I will take a look