Correct typo in comments
This commit is contained in:
+3
-3
@@ -57,7 +57,7 @@ internal open class GradleCompilerRunner(protected val task: Task) {
|
||||
get() = task.project
|
||||
|
||||
/**
|
||||
* Compiler might be executed asynchronuosly. Do not do anything requiring end of compilation after this function is called.
|
||||
* Compiler might be executed asynchronously. Do not do anything requiring end of compilation after this function is called.
|
||||
* @see [GradleKotlinCompilerWork]
|
||||
*/
|
||||
fun runJvmCompilerAsync(
|
||||
@@ -88,7 +88,7 @@ internal open class GradleCompilerRunner(protected val task: Task) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Compiler might be executed asynchronuosly. Do not do anything requiring end of compilation after this function is called.
|
||||
* Compiler might be executed asynchronously. Do not do anything requiring end of compilation after this function is called.
|
||||
* @see [GradleKotlinCompilerWork]
|
||||
*/
|
||||
fun runJsCompilerAsync(
|
||||
@@ -103,7 +103,7 @@ internal open class GradleCompilerRunner(protected val task: Task) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Compiler might be executed asynchronuosly. Do not do anything requiring end of compilation after this function is called.
|
||||
* Compiler might be executed asynchronously. Do not do anything requiring end of compilation after this function is called.
|
||||
* @see [GradleKotlinCompilerWork]
|
||||
*/
|
||||
fun runMetadataCompilerAsync(
|
||||
|
||||
+1
-1
@@ -312,7 +312,7 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments>() : AbstractKo
|
||||
internal abstract fun getSourceRoots(): SourceRoots
|
||||
|
||||
/**
|
||||
* Compiler might be executed asynchronuosly. Do not do anything requiring end of compilation after this function is called.
|
||||
* Compiler might be executed asynchronously. Do not do anything requiring end of compilation after this function is called.
|
||||
* @see [GradleKotlinCompilerWork]
|
||||
*/
|
||||
internal abstract fun callCompilerAsync(args: T, sourceRoots: SourceRoots, changedFiles: ChangedFiles)
|
||||
|
||||
Reference in New Issue
Block a user