gzjaychen / android-jar

Gradle plugin to find your android.jar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidJar

Gradle plugin which will find your android.jar

In your root build.gradle add

plugins {
	id 'com.stepango.androidjar' version “0.1”
}
ext.androidJar = androidjar.find(targetSdkVersion)

And add this in module build.gradle

dependencies {
	implementation Libs.kotlin
	compileOnly androidJar
}

Presentation Mobuis 2019 RUS

About

Gradle plugin to find your android.jar


Languages

Language:Kotlin 100.0%