Matija Sokol
12/04/2024, 9:43 AMimport org.jetbrains.kotlin.gradle.plugin.attributes.KlibPackaging
val resolvableConfiguration = configurations.resolvable("resolvable") {
attributes.attribute(KlibPackaging.ATTRIBUTE, project.objects.named(KlibPackaging.PACKED))
}
But, if I run this my issue is still here. Exactly, problem is this. For reference, I'm working on KMP project.
So, my questions are:
• Is this code snippet only change I need to do or I need to apply resolvableConfiguration
somewhere?
• In which gradle file I need to do it (project
or module
level)?Matija Sokol
12/04/2024, 11:42 AMalex009
12/04/2024, 3:03 PMalex009
12/04/2024, 3:03 PMalex009
12/08/2024, 1:24 PM