@@ -61,10 +61,10 @@ compileTestKotlin {
6161
6262dependencies {
6363 compile(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion " )
64- compile(" org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion " )
65- testCompile(" org.jetbrains.kotlin:kotlin-test:$kotlinVersion " )
64+ // compile("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
65+ // testCompile("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")
6666 // compile("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.5")
67- testCompile(" org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion " )
67+ // testCompile("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion")
6868}
6969
7070task wrapper (type : Wrapper ) {
@@ -156,18 +156,16 @@ bintray {
156156 licenses = [" MIT" ]
157157 vcsUrl = project. vcsUrl
158158 labels = [
159- " Dependency Injection" ,
160- " Inversion of Control" ,
161- " Context Dependency Injection" ,
162- " dependency-injection" ,
163- " inversion-of-control" ,
164- " context-dependency-injection" ,
165- " daggerok-context" ,
166- " context" ,
167- " CDI" ,
168- " cdi" ,
169- " IoC" ,
170- " ioc" ,
159+ " Kotlin HTML DSL" ,
160+ " kotlin-html-dsl" ,
161+ " Kotlin to HTML" ,
162+ " kotlin-to-html" ,
163+ " Convert Kotlin to HTML" ,
164+ " convert-kotlin-to-html" ,
165+ " Kotlin extensions" ,
166+ " Kotlin extension" ,
167+ " domain-specific-language" ,
168+ " Domain Specific Language" ,
171169 ]
172170 publicDownloadNumbers = true
173171 }
0 commit comments