We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b849f86 commit ea0683fCopy full SHA for ea0683f
gradle.properties
@@ -15,7 +15,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
15
# Android operating system, and which are packaged with your app"s APK
16
# https://developer.android.com/topic/libraries/support-library/androidx-rn
17
android.useAndroidX=true
18
-# Automatically convert third-party libraries to use AndroidX
19
-android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
kotlin.code.style=official
libtestingexample/build.gradle
@@ -1,6 +1,5 @@
1
plugins {
2
id "com.android.library"
3
- id "kotlin-android"
4
}
5
6
java {
0 commit comments