Disable mpp and agp compability warning

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Secozzi 2024-07-04 12:57:39 +02:00
parent a028ba3426
commit edc9637b25
No known key found for this signature in database
GPG key ID: 71E9C97D8DDC2662

View file

@ -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