Updated Kotlin dependencies
Kotlin extension to version 1.0.0-SNAPSHOT Dokka extension to version 1.0.0-SNAPSHOT
This commit is contained in:
parent
7720a93d0a
commit
4fa2b549ad
9 changed files with 125 additions and 86 deletions
14
version.txt
14
version.txt
|
@ -1,14 +1,14 @@
|
|||
/*
|
||||
* This file is automatically generated.
|
||||
* Do not modify! -- ALL CHANGES WILL BE ERASED!
|
||||
*/
|
||||
/**
|
||||
* This file is automatically generated.
|
||||
* Do not modify! -- ALL CHANGES WILL BE ERASED!
|
||||
*/
|
||||
|
||||
package {{v packageName/}}
|
||||
|
||||
/**
|
||||
* Provides semantic version information.
|
||||
*/
|
||||
internal object {{v className/}} {
|
||||
* Provides semantic version information.
|
||||
*/
|
||||
internal object {{v className/}} {
|
||||
const val PROJECT = "{{v project/}}"
|
||||
const val VERSION = "{{v version/}}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue