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

problem when run template cordapp (hello wold 1) #51

Open katrannakhla opened 5 years ago

katrannakhla commented 5 years ago

when i try to run this template i faced different errors each time error #1 :: [ Class 'com.template.nodeDriverKt' not found in module 'cordapp-template-kotlin' ] although this class is already exist !! error #2 :: [ java: cannot find symbol symbol: class ReceiveFinalityFlow location: class com.template.IOUFlowResponder ] although i have added all required imports how can solve these issues?