gradle: prevent IDE from importing unused source sets

This commit is contained in:
Harsh Shandilya 2022-07-10 15:32:36 +00:00
parent 3913929934
commit 8676eb6b2c

View file

@ -41,6 +41,7 @@ android.useAndroidX=true
# Kotlin Multiplatform
kotlin.mpp.stability.nowarn=true
import_orphan_source_sets=false
# Enable non-transitive R class namespacing where each library only contains
# references to the resources it declares instead of declarations plus all