straw/strawApp
Kayos b95565bec7 C-5 fix: pin uploaderUrl to local val for Kotlin smart-cast
info.uploaderUrl is a nullable String on a uniffi-generated Record;
Kotlin's smart-cast can't prove the second access isn't null after
isNullOrBlank() on a mutable property. Pin to a local val so the
non-null cast carries through the uniffi.strawcore.channelInfo() call.
2026-05-24 13:23:54 -07:00
..
src/main C-5 fix: pin uploaderUrl to local val for Kotlin smart-cast 2026-05-24 13:23:54 -07:00
build.gradle.kts Path C-2 fix: uniffiBindgen honors CARGO_TARGET_DIR 2026-05-24 12:59:59 -07:00