Support backward compatibility with gradle-script-kotlin 0.2.0, some refactoring
This commit is contained in:
@@ -118,7 +118,7 @@ class ScriptTest2 {
|
||||
}
|
||||
}
|
||||
|
||||
class TestKotlinScriptDependenciesResolver : ScriptDependenciesResolver {
|
||||
class TestKotlinScriptDependenciesResolver : AnnotationBasedScriptDependenciesResolver {
|
||||
|
||||
private val kotlinPaths by lazy { PathUtil.getKotlinPathsForCompiler() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user