corda/core-1.2
Chris Cochrane ee71bf5a78
ENT-11351 - Compiler warnings pass 5 (#7666)
* Reduce compiler warnings

* Address PR review comments

* Acually make use of capitalize(),decapitalize()
2024-01-30 18:09:55 +00:00
..
src/main/kotlin/kotlin ENT-11351 - Compiler warnings pass 5 (#7666) 2024-01-30 18:09:55 +00:00
build.gradle ENT-11056: Compile the external verifier using Kotlin 1.2 (#7622) 2024-01-02 17:02:20 +00:00
README.md ENT-11056: Compile the external verifier using Kotlin 1.2 (#7622) 2024-01-02 17:02:20 +00:00

This is a Kotlin 1.2 version of the core module, which is consumed by the verifier module, for verifying contracts written in Kotlin 1.2. This is just a "shell" module which uses the existing the code in core and compiles it with the 1.2 compiler.

To allow core to benefit from new APIs introduced since 1.2, those APIs much be copied into this module with the same kotlin package.