Bradleycorn
The names of Kotlin classes and interfaces are prefixed when imported to Objective-C. The prefix is derived from the framework name.
xxfast
binaries { framework { baseName = "Demo" } }
listOf( iosX64(), iosArm64(), iosSimulatorArm64() ).forEach { it.binaries.framework { baseName = "TheProgram" } }
Adw_program
leandro
framework(name) {}
Kevin S
A modern programming language that makes developers happier.