-
- All Implemented Interfaces:
public final class NativeCompilerDownloader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNativeCompilerDownloader.Companion
-
Field Summary
Fields Modifier and Type Field Description private final FilecompilerDirectoryprivate final Projectproject
-
Constructor Summary
Constructors Constructor Description NativeCompilerDownloader(Project project, CompilerVersion compilerVersion)
-
Method Summary
Modifier and Type Method Description final FilegetCompilerDirectory()final ProjectgetProject()final UnitdownloadIfNeeded()-
-
Method Detail
-
getCompilerDirectory
final File getCompilerDirectory()
-
getProject
final Project getProject()
-
downloadIfNeeded
final Unit downloadIfNeeded()
-
-
-
-