Set thread context classloader in the kotlin runner
#KT-26624 fixed
This commit is contained in:
@@ -57,6 +57,8 @@ abstract class AbstractRunner : Runner {
|
||||
)
|
||||
}
|
||||
|
||||
Thread.currentThread().contextClassLoader = classLoader
|
||||
|
||||
try {
|
||||
main.invoke(null, arguments.toTypedArray())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user