6e3016284a
Set test directory to directory with test files (not relative to findUsages folder). This way test will be configured as if all testdata is under source root (previously it was copied into package under path with findUsages) and resolvers will see classes under root package. #KT-14974 In Progress
2 lines
196 B
Plaintext
Vendored
2 lines
196 B
Plaintext
Vendored
Usage in string constants 3 private val BUNDLE_NAME = "propertyFileUsages.0"
|
|
Usage in string constants 5 public fun message(@PropertyKey(resourceBundle = "propertyFileUsages.0") key: String) = key |