From 75c4a2b52de4c0467713c77aa2c8c651ed6133e2 Mon Sep 17 00:00:00 2001
From: Cedric Beust
Build.kt
- The source code can be found on github.
- If you need to report a bug, please make sure you include the log file, which you can find under
- the "Help" menu:
+ The plug-in will automatically turn on auto-completion of your Build.kt
+ file if it's located in the kobalt/src
directory. Once this is
+ enabled, you can use everything you use on Kotlin files (auto completion, jump
+ to symbols, even refactorings).
-
+
+ The plug-in also understands the plugins()
directive:
+val plugins = plugins("com.beust.kobalt:kobalt-line-count:0.17")+
+import com.beust.kobalt.plugin.linecount.lineCount +val lc = lineCount { + suffix = "**Plugin.kt" +}+
+ The source code can be found on github. + If you need to report a bug, please make sure you include the log file, which you can find under + the "Help" menu: +
+
+
+