Commit 1152dcc
Kotlin: add GENIE + QNN_CONTEXT branches to archive-extraction when expressions
PR #462 adds InferenceFramework.GENIE and ModelFormat.QNN_CONTEXT enum
values. The two when expressions in RunAnywhere+ModelManagement.jvmAndroid.kt
that translate Kotlin enum → CppBridgeModelRegistry constants were missed
during the merge, breaking :compileKotlinJvm with 'when must be exhaustive'
errors. Adding the explicit branches.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d37305b commit 1152dcc
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/public/extensions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| 725 | + | |
725 | 726 | | |
726 | 727 | | |
727 | 728 | | |
728 | 729 | | |
729 | 730 | | |
730 | 731 | | |
731 | 732 | | |
| 733 | + | |
732 | 734 | | |
733 | 735 | | |
734 | 736 | | |
| |||
0 commit comments