Hi I'm trying to find how to disable unpacked klib for interproject dependencies. Is there a switch I could add to
gradle.properties
for that? Thanks!
e
ephemient
11/13/2024, 8:59 PM
looks like it could be configured with
Copy code
kotlin.internal.klibs.non-packed
ephemient
11/13/2024, 9:00 PM
you should probably file YouTrack issues for whatever you're running into though
t
Tadeas Kriz
11/13/2024, 9:00 PM
This is an issue in our build config. It's way to complex and I want to make sure we can support Kotlin 2.1.0 before it releases but due to other projects can't spend the time to update it to support non-packed. Thanks!