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
|
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]
|
* @see [GradleKotlinCompilerWork]
|
||||||
*/
|
*/
|
||||||
fun runJvmCompilerAsync(
|
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]
|
* @see [GradleKotlinCompilerWork]
|
||||||
*/
|
*/
|
||||||
fun runJsCompilerAsync(
|
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]
|
* @see [GradleKotlinCompilerWork]
|
||||||
*/
|
*/
|
||||||
fun runMetadataCompilerAsync(
|
fun runMetadataCompilerAsync(
|
||||||
|
|||||||
+1
-1
@@ -312,7 +312,7 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments>() : AbstractKo
|
|||||||
internal abstract fun getSourceRoots(): SourceRoots
|
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]
|
* @see [GradleKotlinCompilerWork]
|
||||||
*/
|
*/
|
||||||
internal abstract fun callCompilerAsync(args: T, sourceRoots: SourceRoots, changedFiles: ChangedFiles)
|
internal abstract fun callCompilerAsync(args: T, sourceRoots: SourceRoots, changedFiles: ChangedFiles)
|
||||||
|
|||||||
Reference in New Issue
Block a user