K2 issue that seems odd, JOOQ project `Configurati...
# k2-adopters
a
K2 issue that seems odd, JOOQ project
Configuration
class has a ton of overrides for
set(...)
methods. Java and Kotlin K1 can call it fine for a new
ExecuteListenerProvider
but K2 can't decide which method and fails on an error.
Copy code
config.set(ExecuteListenerProvider { ExecutionTimer() })
lists N variations of
set()
in an error and can't disambiguate to:
Copy code
Configuration set(ExecuteListenerProvider... newExecuteListenerProviders);
🙏 1
m
cc @denis.zharkov
@apatrida Could you please create a youtrack issue about it?
a
yes, creating a small project that reproduces.