https://kotlinlang.org
Join Slack
The `combineLatest` operator is deprecated for flows. Is there a way to achieve similar results with...
s

Saurabh

over 5 years ago
The
combineLatest
operator is deprecated for flows. Is there a way to achieve similar results with some other api in flow?
s
a
+2
  • 4
  • 4
  • 1968
Hello, is there a way to clear the whole back stack when using navigation with compose? sometimes t...
r

Rahul Sainani

over 4 years ago
Hello, is there a way to clear the whole back stack when using navigation with compose? sometimes the start/initial route might be already popped, in that case:
popUpTo(Route.initial) { inclusive = true }
doesn't seem to work and all the routes after initial are still present. Is there a way to make sure we clear the back stack without knowing about the first route in the graph?
r
j
i
  • 3
  • 8
  • 1966
what does this error means? ```Reading a state that was created after the snapshot was taken or in a...
m

Marko Novakovic

over 4 years ago
what does this error means?
Reading a state that was created after the snapshot was taken or in a snapshot that has not yet been applied
m
c
c
  • 3
  • 7
  • 1959
How can I collect a flow in swift using KMM?
h

Hossein Amini

over 4 years ago
How can I collect a flow in swift using KMM?
h
m
+2
  • 4
  • 4
  • 1952
Has anyone configured SonarQube to work with Kover? Is there any special configuration required?
l

Lukasz Kalnik

over 2 years ago
Has anyone configured SonarQube to work with Kover? Is there any special configuration required?
l
r
+3
  • 5
  • 9
  • 1944
Hey guys, what the meaning of this error `kotlinx.serialization compiler plugin is not applied to t...
v

Vivek Modi

about 3 years ago
Hey guys, what the meaning of this error
kotlinx.serialization compiler plugin is not applied to the module, so this annotation would not be processed. Make sure that you've setup your buildscript correctly and re-import project.
v
m
+2
  • 4
  • 11
  • 1942
Which is the recommended library for hashing passwords in Kotlin/Ktor? E.g. bcrypt does not appear ...
n

Nathan Kleinschmidt

over 3 years ago
Which is the recommended library for hashing passwords in Kotlin/Ktor? E.g. bcrypt does not appear to have an official Kotlin library.
n
n
+2
  • 4
  • 7
  • 1941
How to show an emptyView with no items in compose paging. It seems impossible. We have to skip the c...
m

myanmarking

over 3 years ago
How to show an emptyView with no items in compose paging. It seems impossible. We have to skip the condition for initial load (which the itemCount == 0). Also we cannot rely on endOfPaginationReached because the page can load from any position. Why is this api so hard ?
m
f
+3
  • 5
  • 12
  • 1940
Hi guys, do you know any library which can generate QR codes and support KMM?
t

Tung97 Hl

over 2 years ago
Hi guys, do you know any library which can generate QR codes and support KMM?
t
r
+6
  • 8
  • 14
  • 1917
How to correctly pass parameters with Compose navigation if you must use enums for the routes? In th...
p

Pablo

over 1 year ago
How to correctly pass parameters with Compose navigation if you must use enums for the routes? In the docu they show you this example for passing parameters:
NavHost(startDestination = "profile/{userId}") {
    composable("profile/{userId}")
}
But how to work with enums for the routers? in previous codelabs and docu they told you that you must use enums for the routes:
NavHost(startDestination = Screen.HomeScreen.name) {
    composable(Screen.HomeScreen.name)
}
How to pass parameters correctly using enums for the routes? How to add that userId parameter if you use an enum for the route?
p
s
  • 2
  • 46
  • 1899
Previous101112Next

kotlinlang

A modern programming language that makes developers happier.

Powered by