|
|
@ -14,9 +14,9 @@
|
|
|
|
* limitations under the License.
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
plugins {
|
|
|
|
plugins {
|
|
|
|
id 'java-library'
|
|
|
|
`java-library`
|
|
|
|
id 'kotlin'
|
|
|
|
kotlin("jvm")
|
|
|
|
id 'com.android.lint'
|
|
|
|
id("com.android.lint")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
java {
|
|
|
|
java {
|
|
|
@ -25,6 +25,6 @@ java {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
compileOnly libs.kotlin.stdlib
|
|
|
|
compileOnly(libs.kotlin.stdlib)
|
|
|
|
compileOnly libs.lint.api
|
|
|
|
compileOnly(libs.lint.api)
|
|
|
|
}
|
|
|
|
}
|