[Lombok] Properly support Guava collections with @Singular
^KT-53683 Fixed
This commit is contained in:
committed by
teamcity
parent
69a857649f
commit
2aadaee69f
+1
-1
@@ -111,7 +111,7 @@ object EnvironmentBasedStandardLibrariesPathProvider : KotlinStandardLibrariesPa
|
||||
const val KOTLIN_SCRIPT_RUNTIME_PROP = "org.jetbrains.kotlin.test.kotlin-script-runtime"
|
||||
const val KOTLIN_ANNOTATIONS_JVM_PROP = "org.jetbrains.kotlin.test.kotlin-annotations-jvm"
|
||||
|
||||
private fun getFile(propertyName: String): File {
|
||||
fun getFile(propertyName: String): File {
|
||||
return System.getProperty(propertyName)
|
||||
?.let(::File)
|
||||
?.takeIf { it.exists() }
|
||||
|
||||
Reference in New Issue
Block a user