frevib commented on code in PR #3614:
URL: https://github.com/apache/avro/pull/3614#discussion_r2661878032


##########
lang/java/gradle-plugin/src/test/kotlin/eu/eventloopsoftware/avro/gradle/plugin/SchemaCompileTaskTest.kt:
##########
@@ -0,0 +1,271 @@
+package org.apache.avro.gradle.plugin
+
+import org.gradle.testkit.runner.GradleRunner
+import org.gradle.testkit.runner.TaskOutcome
+import org.junit.jupiter.api.io.TempDir
+import java.nio.file.Path
+import kotlin.io.path.*
+import kotlin.test.Test
+import kotlin.test.assertEquals
+import kotlin.test.assertFalse
+import kotlin.test.assertTrue
+
+@ExperimentalPathApi

Review Comment:
   Some of the Kotlin extension functions like `copyToRecursively` are 
apparently in experimental stage. This annotation is mandatory to use them. I 
couldn't find a Java equivalent of this function.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to