1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Timestamps for Kotlin compilation.

This commit is contained in:
Cedric Beust 2015-12-18 21:06:53 -08:00
parent e3f98ee255
commit 0f630f0756
2 changed files with 9 additions and 4 deletions

View file

@ -145,6 +145,8 @@ class KotlinPlugin @Inject constructor(
fun addDokkaConfiguration(project: Project, dokkaConfig: DokkaConfig) {
dokkaConfigurations.put(project.name, dokkaConfig)
}
override fun toClassFile(sourceFile: String) = sourceFile + "Kt.class"
}
/**