mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-23 05:13:07 +03:00
Disable mpp and agp compability warning
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
parent
a028ba3426
commit
edc9637b25
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ android.nonTransitiveRClass=false
|
|||
android.useAndroidX=true
|
||||
|
||||
kotlin.code.style=official
|
||||
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
|
||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||
|
||||
org.gradle.caching=true
|
||||
|
|
Loading…
Reference in a new issue