Roger Kreienbühl
ld: building for iOS Simulator, but linking in dylib built for iOS, file '../../../../../shared/build/bin/iosArm64/debugFramework/shared.framework/shared' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
> Task :iosApp:buildIosAppMain FAILED The following build commands failed: Ld /Users/rogerkreienbuehl/Programmieren/HelloWorld/iosApp/build/bin/iosApp/Debug-iphonesimulator/HelloWorld.app/HelloWorld normal (in target 'iosApp' from project 'iosApp') (1 failure) FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':iosApp:buildIosAppMain'. > Process 'command 'xcrun'' finished with non-zero exit value 65
JP
com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input at [Source: (org.apache.catalina.connector.CoyoteInputStream); line: 1, column: 0] at com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:59) ~[jackson-databind-2.11.0.jar:2.11.0] at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4624) ~[jackson-databind-2.11.0.jar:2.11.0] at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4469) ~[jackson-databind-2.11.0.jar:2.11.0] at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3479) ~[jackson-databind-2.11.0.jar:2.11.0] at LoginFilter.attemptAuthentication(LoginFilter.kt:54) ~[main/:na]
Steffen Funke
AnimatedVisibility
Column
verticalArrangement
spacing
Richard Gomez
JsonObject
Map<String, Any>
JsonPrimitive
String
Ken W. Alger
val energy = calEnergy(arg1, arg2, arg3, arg4) var cellColor: Color = if (energy > 50) { Color(R.color.warning) } else if (energy > 20) { Color(R.color.acceptable) } else if (energy > 0) { Color(R.color.groovy) } else { Color(R.color.purple_700) } Column(modifier - modifier){ Row(...){ Box(modifier = modifier.background(color = cellColor)){...} }
Guilherme Delgado
e: [ksp] java.lang.NullPointerException: null cannot be cast to non-null type org.jetbrains.kotlin.load.java.structure.impl.JavaClassImpl * What went wrong: Execution failed for task 'shared:kspKotlinIosSimulatorArm64'. > A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction > null cannot be cast to non-null type org.jetbrains.kotlin.load.java.structure.impl.JavaClassImpl
ksp.useKSP2=true
Florian Walther (live streaming)
mgrazianodecastro
BasicTextField
backspace
java.lang.IllegalStateException: LayoutCoordinate operations are only valid when isAttached is true
Jonny
https://i.imgur.com/pvzMByH.png▾
Elio Maroun
A modern programming language that makes developers happier.