mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
ApplicationPlugin work.
This commit is contained in:
parent
7b7f279d68
commit
146905da40
8 changed files with 46 additions and 18 deletions
|
@ -43,12 +43,8 @@ abstract class JvmCompilerPlugin @Inject constructor(
|
|||
log(2, "${project.name}: $s")
|
||||
}
|
||||
|
||||
var context: KobaltContext? = null
|
||||
|
||||
|
||||
override fun apply(project: Project, context: KobaltContext) {
|
||||
super.apply(project, context)
|
||||
this.context = context
|
||||
context.pluginProperties.put(name, BUILD_DIR, project.buildDirectory + File.separator + "classes")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue