Add documentation examples for kotlin format
I'm trying to set up compilation for Android in an app that has all the configs in .gradle.kts format and I have no idea how to rewrite the examples in the documentation (in "groovy" syntax) using the alternative kotlin syntax: https://docs.rs/rustls-platform-verifier/latest/rustls_platform_verifier/#gradle-setup
Eg; in regards to this note from the docs:
These steps assume you are using .gradle Groovy files because they’re the most common, but
everything is 100% applicable to Kotlin script (.gradle.kts) configurations too with a few replacements.
What do those "few replacements" actually look like?
Hey @retorted, sorry about this. Someone asked me this question before in a now-closed GitHub issue but I forgot to properly document the result.
I've opened #167 to surface the how-to information more visibly. To the best of my knowledge it should work for you since my employer is currently using an identical script in production today. If not, please let me know here and I can try to assist more.