kdubb commented on issue #3556:
URL: https://github.com/apache/jena/issues/3556#issuecomment-3468968271
For reproduction sake, I'm using Kotlin 2.2, in 2.2, targeting JDK 24
(running on 24 or 25) with Kotlin 2.2 language mode. Additionally, not that it
should matter but the failure I saw was from accessing `OntProperty.model`.
Here's the Gradle config block for Kotlin:
```
kotlin {
jvmToolchain(24)
compilerOptions {
languageVersion = KotlinVersion.KOTLIN_2_2
apiVersion = KotlinVersion.KOTLIN_2_2
jvmTarget = JvmTarget.JVM_24
javaParameters = true
freeCompilerArgs.add("-Xcontext-parameters")
freeCompilerArgs.add("-Xnested-type-aliases")
}
}
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]