mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
gradle: prevent IDE from importing unused source sets
This commit is contained in:
parent
3913929934
commit
8676eb6b2c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue