aboutsummaryrefslogtreecommitdiff
path: root/crypto-common/build.gradle.kts
AgeCommit message (Collapse)Author
2023-08-10refactor: un-flatten module structureHarsh Shandilya
2023-04-29fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)renovate[bot]
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-04-27refactor(build): introduce a standalone plugin for Kotlin JVM librariesHarsh Shandilya
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