ydynnikov

Results 1 comments of ydynnikov

+1, had to use dirty workaround ``` genrule( name = "generate_env", outs = ["resources_root.env"], cmd = "echo $(rlocationpath //path/to/test/resources:test_files_root) > \"$@\"", tools = ["//path/to/test/resources:test_files_root"], ) kt_jvm_test( name = "kt-idea-plugins-shared-library-test", srcs...