Closed PraveshMoelchand closed 4 years ago
UPDATE:
I've traced down the error to the following commit: https://github.com/Tribler/kotlin-ipv8/commit/827e3a5a208c304b109515bfe0e62027ab9add71. The reason why the error is not showing up in this repo, but is only showing up in the trustchain-superapp
repo, is that the Kotlin version of trustchain-superapp
has not been updated. Therefore, the @OptIn
annotation is unresolved. I created a fix in the following PR: https://github.com/Tribler/trustchain-superapp/pull/20
We've encountered an issue with
kotlin-ipv8
. When using the most recent version of thekotlin-ipv8
repo in thetrustchain-superapp
, the following errors are introduced in the tests inkotlin-ipv8
:I saw that in the
trustchain-superapp:master
andtrustchain-superapp:dao
older commits ofkotlin-ipv8
are used, this explains why the error did not show up before on GitHub. I am trying to figure out at the moment which commit exactly ofkotlin-ipv8
has introduced the error.