Skip to content

Is there a way to use a type that will be generated as a type for a property? #1413

Closed Answered by shama
shama asked this question in Q&A
Discussion options

You must be logged in to vote

I just figured it out by guessing:

val mutableStateFlowClass = ClassName("kotlinx.coroutines.flow", "MutableStateFlow")
val viewStateClass = ClassName("", "${name}ViewState")

PropertySpec.builder("_state", mutableStateFlowClass.parameterizedBy(viewStateClass))

so thank you for making an intuitive library!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant