From 7e9cf4a78c751180732714d3b80b908feb88a887 Mon Sep 17 00:00:00 2001
From: Cedric Beust
Date: Sat, 14 Nov 2015 06:00:53 -0800
Subject: [PATCH] Compiler flag contributor.
---
plug-in-development/index.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/plug-in-development/index.html b/plug-in-development/index.html
index 3cadcc1..9c25295 100644
--- a/plug-in-development/index.html
+++ b/plug-in-development/index.html
@@ -169,6 +169,10 @@ Some plug-ings produce projects (Java, Kotlin) while others don't (Packaging, Ap
artifacts can be found.
+
+
+ Plug-ins can add flags to the compiler by implementing this interface.
+
Directives