Skip to content

Commit

Permalink
1.1.1 commits
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed May 29, 2017
1 parent 233c46f commit 06822ef
Show file tree
Hide file tree
Showing 66 changed files with 180 additions and 93 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
```
> The binary would be located at `build/libs/kotlin-starter`

Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -q -PappVersion=1.1.0`
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -q -PappVersion=1.1.1`

* API Doc

Expand Down Expand Up @@ -102,15 +102,15 @@
[apidoc-url]: https://sureshg.github.io/kotlin-starter/
[apidoc-svg]: https://img.shields.io/badge/api--doc-latest-ff69b4.svg?style=flat-square

[cl-url]: https://github.com/sureshg/kotlin-starter/blob/master/CHANGELOG.md#110
[cl-svg]: https://img.shields.io/badge/change--log-1.1.0-blue.svg?style=flat-square
[cl-url]: https://github.com/sureshg/kotlin-starter/blob/master/CHANGELOG.md#111---2017-05-29
[cl-svg]: https://img.shields.io/badge/change--log-1.1.1-blue.svg?style=flat-square

[release-url]: https://github.com/sureshg/kotlin-starter/releases/latest
[download-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.1.0/kotlin-starter
[download-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.1.1/kotlin-starter
[release-svg]: https://img.shields.io/github/release/sureshg/kotlin-starter.svg?style=flat-square

[execjar-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.1.0/kotlin-starter.jar
[execjar-svg]: https://img.shields.io/badge/exec--jar-1.1.0-00BCD4.svg?style=flat-square
[execjar-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.1.1/kotlin-starter.jar
[execjar-svg]: https://img.shields.io/badge/exec--jar-1.1.1-00BCD4.svg?style=flat-square

[license-url]: https://github.com/sureshg/kotlin-starter/blob/master/LICENSE
[license-svg]: https://img.shields.io/github/license/sureshg/kotlin-starter.svg?style=flat-square
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/BuildExtns.kt
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ data class GithubRepo(val proto: String,
val suffix = when {
tag.isEmpty() -> ""
else -> {
val ver = tag.replace(".", "")
if (keepAChangeLog) "$ver---$clDate" else ver
val anchor = "#${tag.replace(".", "")}"
if (keepAChangeLog) "$anchor---$clDate" else anchor
}
}
return "$url/blob/$branch/CHANGELOG.md$suffix"
Expand Down
1 change: 0 additions & 1 deletion docs/alltypes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="stylesheet" href="../style.css">
</HEAD>
<BODY>
<h2>1.1.0</h2>
<h3>All Types</h3>
<table>
<tbody>
Expand Down
10 changes: 10 additions & 0 deletions docs/index-outline.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,10 @@
<link rel="stylesheet" href="style.css">
</HEAD>
<BODY>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-g-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">GB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-k-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">KB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-m-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">MB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-t-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">TB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/esc.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">esc</span><span class="symbol">: </span><a href="io.sureshg.extn/-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/hex.html"><span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">hex</span><span class="symbol">: </span><span class="identifier">String</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/oct.html"><span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">oct</span><span class="symbol">: </span><span class="identifier">String</span></a></a><br/>
Expand Down Expand Up @@ -681,6 +685,7 @@
<link rel="stylesheet" href="style.css">
</HEAD>
<BODY>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.reflect.-k-class/jar-file-u-r-l.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">KClass</span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span><span class="symbol">.</span><span class="identifier">jarFileURL</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html"><span class="identifier">URL</span></a></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.reflect.-k-class/jar-manifest.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">KClass</span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span><span class="symbol">.</span><span class="identifier">jarManifest</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/6/docs/api/java/util/jar/Manifest.html"><span class="identifier">Manifest</span></a><span class="symbol">?</span></a></a><br/>
</BODY>
</HTML>
Expand Down Expand Up @@ -1214,6 +1219,10 @@
<link rel="stylesheet" href="style.css">
</HEAD>
<BODY>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-g-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">GB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-k-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">KB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-m-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">MB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/-t-b.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">TB</span><span class="symbol">: </span><span class="identifier">Long</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/esc.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">esc</span><span class="symbol">: </span><a href="io.sureshg.extn/-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/hex.html"><span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">hex</span><span class="symbol">: </span><span class="identifier">String</span></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.-int/oct.html"><span class="keyword">val </span><span class="identifier">Int</span><span class="symbol">.</span><span class="identifier">oct</span><span class="symbol">: </span><span class="identifier">String</span></a></a><br/>
Expand Down Expand Up @@ -1349,6 +1358,7 @@
<link rel="stylesheet" href="style.css">
</HEAD>
<BODY>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.reflect.-k-class/jar-file-u-r-l.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">KClass</span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span><span class="symbol">.</span><span class="identifier">jarFileURL</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html"><span class="identifier">URL</span></a></a></a><br/>
<a href="/Users/sgopal1/code/kotlin/kotlin-starter/docs/index"><a href="io.sureshg.extn/kotlin.reflect.-k-class/jar-manifest.html"><span class="keyword">inline</span> <span class="keyword">val </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">KClass</span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span><span class="symbol">.</span><span class="identifier">jarManifest</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/6/docs/api/java/util/jar/Manifest.html"><span class="identifier">Manifest</span></a><span class="symbol">?</span></a></a><br/>
</BODY>
</HTML>
Expand Down
30 changes: 0 additions & 30 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,6 @@
<BODY>
<br/>
<br/>
<h2>1.1.0</h2>
<h3>Changes</h3>
<ul><li>Maven Pom file generation</li>
<li>Upgrade to GSK 0.9.0</li>
</ul>
<h2>1.0.9</h2>
<h3>Changes</h3>
<ul><li>Add source set config.</li>
</ul>
<h2>1.0.8</h2>
<h3>Changes</h3>
<ul><li>Doc generation from template.</li>
<li>Misc fixes.</li>
</ul>
<h2>1.0.7</h2>
<h3>Changes</h3>
<ul><li>Added executable jar for windows users.</li>
<li>Travis JDK9 preparation.</li>
</ul>
<h2>1.0.6</h2>
<h3>Changes</h3>
<ul><li>Added <a href="https://codecov.io/gh/sureshg/kotlin-starter">code coverage</a>.</li>
<li>Added <a href="https://travis-ci.org/sureshg/kotlin-starter">travis build</a> support.</li>
</ul>
<h2>1.0.5</h2>
<h3>Changes</h3>
<ul><li>A new task for creating release and <a href="#">publishing to Github</a>.</li>
<li>Auto publish <a href="#">API doc</a> site.</li>
<li>Updated to <code>Kotlin 1.1.2-2</code> and <a href="#">GSK</a> <code>4.0-20170504144001+0000</code></li>
</ul>
<h3>Packages</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-app-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">AppVersion</a><br/>
<br/>
<h1>AppVersion</h1>
<code><span class="identifier">AppVersion</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L342">(source)</a>
<code><span class="identifier">AppVersion</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L361">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-author.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">Author</a><br/>
<br/>
<h1>Author</h1>
<code><span class="identifier">Author</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L333">(source)</a>
<code><span class="identifier">Author</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L352">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-created-by.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">CreatedBy</a><br/>
<br/>
<h1>CreatedBy</h1>
<code><span class="identifier">CreatedBy</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L339">(source)</a>
<code><span class="identifier">CreatedBy</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L358">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">Date</a><br/>
<br/>
<h1>Date</h1>
<code><span class="identifier">Date</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L334">(source)</a>
<code><span class="identifier">Date</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L353">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-j-d-k.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">JDK</a><br/>
<br/>
<h1>JDK</h1>
<code><span class="identifier">JDK</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L335">(source)</a>
<code><span class="identifier">JDK</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L354">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-kotlin-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">KotlinVersion</a><br/>
<br/>
<h1>KotlinVersion</h1>
<code><span class="identifier">KotlinVersion</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L338">(source)</a>
<code><span class="identifier">KotlinVersion</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L357">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-o-s.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">OS</a><br/>
<br/>
<h1>OS</h1>
<code><span class="identifier">OS</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L337">(source)</a>
<code><span class="identifier">OS</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L356">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-target.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">Target</a><br/>
<br/>
<h1>Target</h1>
<code><span class="identifier">Target</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L336">(source)</a>
<code><span class="identifier">Target</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L355">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-title.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">Title</a><br/>
<br/>
<h1>Title</h1>
<code><span class="identifier">Title</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L340">(source)</a>
<code><span class="identifier">Title</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L359">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/-vendor.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">BuildInfo</a>&nbsp;/&nbsp;<a href=".">Vendor</a><br/>
<br/>
<h1>Vendor</h1>
<code><span class="identifier">Vendor</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L341">(source)</a>
<code><span class="identifier">Vendor</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L360">(source)</a>
<h3>Inherited Properties</h3>
<table>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/attr.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<br/>
<h1>attr</h1>
<a name="io.sureshg.extn.BuildInfo$attr"></a>
<code><span class="keyword">val </span><span class="identifier">attr</span><span class="symbol">: </span><span class="identifier">String</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L332">(source)</a>
<code><span class="keyword">val </span><span class="identifier">attr</span><span class="symbol">: </span><span class="identifier">String</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L351">(source)</a>
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-build-info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href=".">BuildInfo</a><br/>
<br/>
<h1>BuildInfo</h1>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">BuildInfo</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L332">(source)</a>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">BuildInfo</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L351">(source)</a>
<p>Common build info attributes</p>
<h3>Enum Values</h3>
<table>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-f-i-l-e_-s-e-p.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<br/>
<h1>FILE_SEP</h1>
<a name="io.sureshg.extn$FILE_SEP"></a>
<code><span class="keyword">val </span><span class="identifier">FILE_SEP</span><span class="symbol">: </span><span class="identifier">String</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L33">(source)</a>
<code><span class="keyword">val </span><span class="identifier">FILE_SEP</span><span class="symbol">: </span><span class="identifier">String</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L34">(source)</a>
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion docs/io.sureshg.extn/-l-i-n-e_-s-e-p.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<br/>
<h1>LINE_SEP</h1>
<a name="io.sureshg.extn$LINE_SEP"></a>
<code><span class="keyword">val </span><span class="identifier">LINE_SEP</span><span class="symbol">: </span><span class="identifier">String</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L31">(source)</a>
<code><span class="keyword">val </span><span class="identifier">LINE_SEP</span><span class="symbol">: </span><span class="identifier">String</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/Commons.kt#L32">(source)</a>
</BODY>
</HTML>
Loading

0 comments on commit 06822ef

Please sign in to comment.