We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f7fb8 commit c472458Copy full SHA for c472458
src/main/kotlin/com/tschuchort/compiletesting/KotlinCompilation.kt
@@ -71,7 +71,7 @@ class KotlinCompilation {
71
var pluginClasspaths: List<File> = emptyList()
72
73
/**
74
- * Compiler plugins that should be added the compilation
+ * Compiler plugins that should be added to the compilation
75
*/
76
var compilerPlugins: List<ComponentRegistrar> = emptyList()
77
0 commit comments