Michael Nock
07/25/2023, 9:18 AMGlobalStatementInterceptor
(With no experience with the ServiceLoader
idiom) and I'm having trouble stepping through the
ServiceLoader.load(GlobalStatementInterceptor::class.java, GlobalStatementInterceptor::class.java.classLoader).forEach {
globalInterceptors.add(it)
}
in org/jetbrains/exposed/sql/Transaction.kt - I keep getting errors along the lines of
java.lang.IllegalStateException : No implClassName for @kotlin.internal.InlineOnly public inline operator fun <T> kotlin.Lazy<T>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): T defined in kotlin[DeserializedSimpleFunctionDescriptor@1494793c]
Could anyone help me out here?