Hi I'm trying to find how to disable unpacked klib...
# gradle
t
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
looks like it could be configured with
Copy code
kotlin.internal.klibs.non-packed
you should probably file YouTrack issues for whatever you're running into though
t
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!