Gary Peck

Results 23 comments of Gary Peck

@kolloch that quote is how the pbandk JSON parser is already implemented. The relevant code is here: https://github.com/streem/pbandk/blob/a5d09ca0a9bd685fc8407c8b843e2daf39ebf821/runtime/src/commonMain/kotlin/pbandk/internal/json/JsonMessageDecoder.kt#L18 If you've found a case where pbandk is not doing the correct...

@sebaslogen Yeah the exclude block should work. It's the gradle equivalent of the `pom.xml` solution mentioned earlier. The best way to fix this is still my suggestion from above to...

`mingwX86` was removed in Kotlin 1.9.20, so this request is now obsolete. See https://kotlinlang.org/docs/whatsnew1820.html#update-for-kotlin-native-targets.