kevin.chiu
e: This version (1.3.2) of the Compose Compiler requires Kotlin version 1.7.20 but you appear to be using Kotlin version 2.0.0-RC2 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
dewildte
Justin Tarnoff
ActivityNavigatorDestinationBuilder
FLAG_ACTIVITY_NEW_TASK
FLAG_ACTIVITY_CLEAR_TOP
André Thiele
Sebastian Kürten
jean
enum class DeviceAttributeType { ... @SerializedName("waterOverflowIndication") WATER_OVERFLOW_INDICATION, @SerializedName("windowCoverLiftPercentage") WINDOW_COVER_LIFT_PERCENTAGE; ... override fun toString() = DeviceAttributeType::class.java .getField(name) .getAnnotation(SerializedName::class.java) ?.value ?: super.toString() }
tseisel
baseUrl
httpClient.get("endpoint")
<https://foo.host.com/api/v1/endpoint>
Marko Novina
Imran/Malic
Arivnd Ramesh
@Transactional
A modern programming language that makes developers happier.