Migrated everything except

- the Bytes utilities class - it's easier to do in Java as with Kotlin byte + byte = int
- the demo project, which I'm not sure I'll migrate. Maybe I'll make a new Kotlin Demo application
This commit is contained in:
2017-06-28 00:01:05 +02:00
parent aee5debdd2
commit a245288359
120 changed files with 810 additions and 845 deletions

View File

@ -35,7 +35,7 @@ internal class TestNodeRegistry(vararg nodes: NetworkAddress) : NodeRegistry {
return nodes
}
override fun offerAddresses(addresses: List<NetworkAddress>) {
override fun offerAddresses(nodes: List<NetworkAddress>) {
// Ignore
}
}