[gradle] Made KotlinToolRunner public to use in K/N build

This commit is contained in:
Igor Chevdar
2021-10-18 10:35:19 +05:00
parent a582504bf1
commit 03d8a3927b
@@ -14,7 +14,8 @@ import java.lang.reflect.InvocationTargetException
import java.net.URLClassLoader
import java.util.concurrent.ConcurrentHashMap
internal abstract class KotlinToolRunner(
// Note: this class is public because it is used in the K/N build infrastructure.
abstract class KotlinToolRunner(
val project: Project
) {
// name that will be used in logs