corda / cordapp-template-kotlin

A Kotlin CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
118 stars 149 forks source link

Updating for v4 release #45

Closed nimmaj closed 5 years ago

nimmaj commented 5 years ago

I believe this is the correct (0.7.10) version of quasar that is consistent with corda v4. The current version is 0.7.6 which is quite old. Thanks.

anthonykeenan commented 5 years ago

It's also pointing to the 4.0-SNAPSHOT and an old version of the gradle plugins.

        corda_release_version = '4.0-SNAPSHOT'
        corda_gradle_plugins_version = '4.0.37'

Would you possibly mind looking at the samples repo which is @chrisr3 has spent a lot of time getting on the correct versions of things and updating what you can. And then doing the same to the cordapp-template-java repo?