Results 2 comments of Pavel Vorobyev

Also had the same error with `SelectionContainer ` inside `LazyColumn` until the `key` for the `items` was specified correctly. Example: ``` LazyColumn(modifier = Modifier.background(Color.White).fillMaxSize().padding(start = 5.dp, end = 12.dp), verticalArrangement...

Hi, @emmanuelcolina14! The root cause is listed above in your log with the ERROR level - `no libcrypto-x64 in java.library.path...`. You need to specify JVM property `-Djava.library.path=` with path to...