Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 429 Bytes

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