This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Description
I did setup the cocoapodsext plugin correctly but I can't seem to configure the iOS framework correctly.
cocoapodsext {
summary = "Common shared project"
homepage = "https://github.com/sebleclerc"
framework {
isStatic = false
embedBitcode = 'ENABLE'
}
}
I get this error: Could not set unknown property 'isStatic' for object of type co.touchlab.kotlin.gradle.plugin.cocoapods.CocoapodsExtension. Same for the embedBitcode.
Anything I am missing? Is this something that should be possible?
Thanks!