# Multiple Kotlin Frameworks in an Application - Kevin Schildhorn

DevFeed: [Multiple Kotlin Frameworks in an Application - Kevin Schildhorn](<https://devfeed.tech/articles/multiple-kotlin-frameworks-in-an-application-kevin-schildhorn-38300.md>)

Original publisher: [Read original article](<https://touchlab.co/multiple-kotlin-frameworks-in-application>)

Published: 2020-04-17T17:38:01Z

Content type: article

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [kotlin-native](<https://devfeed.tech/topics/kotlin-native.md>), [Frameworks](<https://devfeed.tech/topics/frameworks.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [code-sharing](<https://devfeed.tech/tags/code-sharing.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [github](<https://devfeed.tech/tags/github.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [kotlin-native](<https://devfeed.tech/tags/kotlin-native.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

The article examines Kotlin 1.3.70 support for using multiple Kotlin/Native frameworks in one application. It reports that multiple release static frameworks are supported, while multiple debug static frameworks are not supported in Kotlin 1.3.70, and describes testing different configurations.

## Source excerpt

Recently Kotlin 1.3.70 was released & added many improvements to Kotlin. An exciting improvement is support for multiple Kotlin frameworks in a single app.