Make FileAccess.file public
All checks were successful
PRs & Pushes / build (push) Successful in 3m0s
PRs & Pushes / test (push) Successful in 3m23s
PRs & Pushes / build-apidoc (push) Successful in 3m22s

This commit is contained in:
JeremyStar™ 2024-12-22 13:30:27 +01:00
parent 292962de27
commit 3bc0017018
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -295,7 +295,8 @@ class FileAccess {
*
* @since v1-alpha10
*/
private val file: File
@NonKotlinContact
val file: File
@NonKotlinContact
@JvmName(name = "getJavaFile")
get