i am running into this problem when using eap .. b...
# eap
n
i am running into this problem when using eap .. but only on jenkins: https://gist.github.com/NikkyAI/75311473740f38d4f2c99df06003983c this subproject uses the
kotlin-dsl
plugin, seems to be related to the option
-XX:SamConversionForKotlinFunctions
but i cannot reproduce it locally and i do not have direct access to the jenkins CI server to see what environment is going on there
reported here: https://youtrack.jetbrains.com/issue/KT-28975 seems like jenkins just has a lot older openjdk.. not sure why that would cause this kind of problem
c
seems like a classpath issue. you could run ./gradlew dependencies in the jenkins task and see if all configurations use the same kotlin version