hfhbd
03/21/2023, 1:36 PMObserableSet and not using NamedDomainObjectSet? 🤔Javier
03/21/2023, 1:48 PMSourceSetContainer (Kotlin JVM supports it)
• I use the kotlin.sourceSets with no issues to create custom sets for apple and native.
• I find no way to get a "native" or "apple" target working, only as source sets.
• A common JVM + Android source set must be done in a different way to the rest of source setstapchicoma
03/21/2023, 1:52 PM