В Corda я пытался построить сетевой загрузчик, выполнив следующую команду:
./gradlew buildBootstrapperJar
Но я получил следующую ошибку:
e: /Users/anon/Documents/corda/core/src/main/kotlin/net/corda/core/utilities/ByteArrays.kt: (11, 18): Unresolved reference: bind
e: /Users/anon/Documents/corda/core/src/main/kotlin/net/corda/core/utilities/ByteArrays.kt: (179, 39): Unresolved reference: DatatypeConverter
e: /Users/anon/Documents/corda/core/src/main/kotlin/net/corda/core/utilities/ByteArrays.kt: (185, 38): Unresolved reference: DatatypeConverter
e: /Users/anon/Documents/corda/core/src/main/kotlin/net/corda/core/utilities/EncodingUtils.kt: (11, 18): Unresolved reference: bind
e: /Users/anon/Documents/corda/core/src/main/kotlin/net/corda/core/utilities/EncodingUtils.kt: (32, 33): Unresolved reference: DatatypeConverter
e: /Users/anon/Documents/corda/core/src/main/kotlin/net/corda/core/utilities/EncodingUtils.kt: (50, 42): Unresolved reference: DatatypeConverter
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:compileKotlin'.
> Compilation error. See log for more details
Как это исправить