If I use rememberNavController() ```val navControl...
# compose
n
If I use rememberNavController()
Copy code
val navController = rememberNavController()
error then below
java.lang.IllegalStateException: 2. expected value parameter count to be higher: rememberNavController()
what’s the problem?
j
What version of jetpack compose are you using? You may want to read the comments in this post and see if the ideas present help you with your issue, as I can't duplicate what is troubling you. https://stackoverflow.com/questions/71040993/java-lang-illegalstateexception-expected-value-parameter-count-to-be-higher-re
n
My answer: kotlinCompilerExtensionVersion to 1.1.1, classpath ‘org.jetbrains.kotlinkotlin gradle plugin1.6.10’