Hi, is there any way to specify swift version whil...
# touchlab-tools
a
Hi, is there any way to specify swift version while using skie ?
t
Please give this a try:
Copy code
skie {
    features {
        group {
            SwiftCompilerConfigurationKeys.SwiftVersion("6")
        }
    }
}
🙌 1