-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build when used with Kotlin experimental features #47
Comments
Hi @ShreckYe, |
Related: melix/jmh-gradle-plugin#150 |
Thanks. I checked the code again and found the reason. It's actually due to using a single expression function with |
…us.mojo-versions-maven-plugin-2.10.0 build(deps): bump versions-maven-plugin from 2.9.0 to 2.10.0
Created a separate issue for documenting the supported return types: #219 |
The library I am benchmarking uses Kotlin's
ExperimentalUnsignedTypes
. I have already addedto the benchmark class and
to
build.gradle.kts
but still got the following Gradle error:The text was updated successfully, but these errors were encountered: