Fixed directory name typo.
This commit is contained in:
parent
e3dc6af9b1
commit
aed7e8434f
21 changed files with 35 additions and 33 deletions
19
samples/kotlin/build.gradle.kts
Normal file
19
samples/kotlin/build.gradle.kts
Normal file
|
@ -0,0 +1,19 @@
|
|||
plugins {
|
||||
application
|
||||
kotlin("jvm") version "1.2.50"
|
||||
}
|
||||
|
||||
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
||||
|
||||
dependencies {
|
||||
compile("net.thauvin.erik:pinboard-poster:1.0.0")
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = "net.thauvin.erik.pinboard.samples.KotlinExampleKt"
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue