提交 01cd277d 编写于 作者: M Michael Nedzelsky

fix maven build

上级 cac7bfc8
......@@ -9,7 +9,7 @@ import java.io.File
but org.jetbrains.org.objectweb.asm can't be used there.
*/
private fun generateKotlinAptAnnotation(outputDirectory: File): File {
public fun generateKotlinAptAnnotation(outputDirectory: File): File {
val packageName = "__gen"
val className = "KotlinAptAnnotation"
val classFqName = "$packageName/$className"
......@@ -30,7 +30,7 @@ private fun generateKotlinAptAnnotation(outputDirectory: File): File {
return outputFile
}
private fun generateAnnotationProcessorWrapper(
public fun generateAnnotationProcessorWrapper(
processorFqName: String,
packageName: String,
outputDirectory: File,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册