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:
parent
e3f98ee255
commit
0f630f0756
2 changed files with 9 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue