如何使用eclipse构建cryptomator源代码? 当我在eclipse中使用maven构建时,IDE无法解决此功能:
public static CryptorProvider version1(SecureRandom seeder) {
return DaggerCryptoLibComponent.builder().secureRandomModule(new SecureRandomModule(seeder)).build().version1();
}
我该如何解决?
答案 0 :(得分:0)
您必须将每个模块的annotations
内的target/generated-sources
个文件夹添加到构建路径中。
来源:https://community.cryptomator.org/t/build-with-eclipse-or-netbeans/345/2