You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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-setupEg; in regards to this note from the docs:
What do those "few replacements" actually look like?
The text was updated successfully, but these errors were encountered: