We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例如,如果有依赖: lazy val haxe-import-csv = project dependsOn (haxe-util % HaxeJava)
lazy val
= project dependsOn (
% HaxeJava)
haxe-import-csv中,只有 HaxeJava 依赖于 haxe-util, HaxeCSharp 并没有依赖于 haxe-util, 因此haxe-import-csv/csharp:haxe不应该编译通过。但结果却编译通过了,有问题。
haxe-import-csv
haxe-util
haxe-import-csv/csharp:haxe
The text was updated successfully, but these errors were encountered:
chank
No branches or pull requests
例如,如果有依赖:
lazy val
haxe-import-csv= project dependsOn (
haxe-util% HaxeJava)
haxe-import-csv
中,只有 HaxeJava 依赖于haxe-util
, HaxeCSharp 并没有依赖于haxe-util
, 因此haxe-import-csv/csharp:haxe
不应该编译通过。但结果却编译通过了,有问题。The text was updated successfully, but these errors were encountered: