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
build.gradle
README.md

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.