From 1f3addd3f558d9495dee33df4957503d0e691af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Thu, 23 Jul 2026 22:11:22 +0200 Subject: [PATCH] style(compat-filesystem): Remove unused opt-in --- compat/compat-filesystem/src/jvmTest/kotlin/ResourcesTest.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compat/compat-filesystem/src/jvmTest/kotlin/ResourcesTest.kt b/compat/compat-filesystem/src/jvmTest/kotlin/ResourcesTest.kt index fa3f802..1a30d7a 100644 --- a/compat/compat-filesystem/src/jvmTest/kotlin/ResourcesTest.kt +++ b/compat/compat-filesystem/src/jvmTest/kotlin/ResourcesTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, OpenSavvy and contributors. + * Copyright (c) 2024-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,13 +17,11 @@ package opensavvy.prepared.compat.filesystem import opensavvy.prepared.compat.filesystem.pkg.PkgPackage -import opensavvy.prepared.compat.filesystem.resources.ExperimentalResourceApi import opensavvy.prepared.compat.filesystem.resources.resource import opensavvy.prepared.runner.testballoon.preparedSuite private object ResourcesTestClass -@OptIn(ExperimentalResourceApi::class) val ResourcesTest by preparedSuite { suite("Read from different paths") { -- 2.51.2