aboutsummaryrefslogtreecommitdiff
path: root/crypto-common/build.gradle.kts
AgeCommit message (Collapse)Author
2023-03-21fix(build): remove `DSL_SCOPE_VIOLATION` suppressionHarsh Shandilya
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2021-12-03Turn on explicit API for Kotlin JVM projects (#1568)Harsh Shandilya
2021-11-16build: apply `kotlin-common` convention plugin where applicableHarsh Shandilya
2021-08-17Add `KeyPair` and `KeyManager` to manage keys in the app (#1487)Aditya Wasan
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-07-11Add initial implementation of Gopenpgp-backed PGP (#1441)Harsh Shandilya