Skip to content

Commit 1f5516b

Browse files
committed
Make K2 mode the default
1 parent 41e9a30 commit 1f5516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmp-nativecoroutines-gradle-plugin/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/gradle/KmpNativeCoroutinesExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public open class KmpNativeCoroutinesExtension {
4242
/**
4343
* Indicates if the plugin should be run in K2 mode.
4444
*/
45-
public var k2Mode: Boolean = false
45+
public var k2Mode: Boolean = true
4646
}
4747

4848
public enum class ExposedSeverity {

0 commit comments

Comments
 (0)