Commit 2df13cd
fix: replace JVM-only Math.PI with kotlin.math.PI in VoxtralFlowMatching
Math.PI is not available on non-JVM targets (iOS, JS, WASM).
Use kotlin.math.PI which is multiplatform.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b3646e0 commit 2df13cd
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments