darkmoon_uk
08/10/2025, 11:37 PMdarkmoon_uk
08/10/2025, 11:37 PMException in thread "main" java.lang.NoSuchMethodError: 'void ai.koog.prompt.executor.clients.openai.OpenAILLMClient.<init>(java.lang.String, ai.koog.prompt.executor.clients.openai.OpenAIClientSettings, io.ktor.client.HttpClient, kotlin.time.Clock, int, kotlin.jvm.internal.DefaultConstructorMarker)'
...and the line it fails on is simply:
val executor: PromptExecutor = SingleLLMPromptExecutor(OpenAILLMClient(apiKey, openaiConfig))
darkmoon_uk
08/10/2025, 11:38 PMai.koog:koog-agents:0.3.0
in my implementation.
Looks like version skew but I don't have any other transitive Koog dependencies.darkmoon_uk
08/10/2025, 11:38 PMDidier Villevalois
08/11/2025, 7:31 AMMark Tkachenko
08/11/2025, 10:12 AMAre there any known packaging issues?Hello! As of yet, we are not aware of packaging issues of this kind. Could you provide a little bit more info on how you reference the package?
darkmoon_uk
08/11/2025, 11:02 PMkotlinx.datetime
0.7.1
migration 😕darkmoon_uk
08/11/2025, 11:02 PMClock
type mis-matching I suppose.darkmoon_uk
08/11/2025, 11:03 PMkotlinx.datetime
0.7.1
dependency.Didier Villevalois
08/12/2025, 7:29 AM