FYI: seeing this warning ```WARNING: An illegal re...
# kotest
j
FYI: seeing this warning
Copy code
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.kotest.extensions.system.SystemEnvironmentExtensionsKt (file:/Users/jameseschner/.gradle/caches/modules-2/files-2.1/io.kotest/kotest-extensions-jvm/5.4.2/6766e9c72f80428a6c301d7b3a10e7bc940a96ab/kotest-extensions-jvm-5.4.2.jar) to field java.util.Collections$UnmodifiableMap.m
WARNING: Please consider reporting this to the maintainers of io.kotest.extensions.system.SystemEnvironmentExtensionsKt
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Kotlin version:
1.7.20
Kotest version
5.4.2
** Not a contribution
n
I'm having this warning from a long time in the project but I didn't notice any negative impact of it.