blob: 0d1a41bc3c3d1b0bbef7c8a795db8e7e3355e3ac [file] [log] [blame]
description = "Kotlin Android Extensions Runtime"
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(kotlinStdlib())
compileOnly(commonDependency("com.google.android", "android"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}
publish()
runtimeJar()
sourcesJar()
javadocJar()