You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: