Skip to content

Commit

Permalink
build: disable K2
Browse files Browse the repository at this point in the history
  • Loading branch information
fardavide committed Jul 30, 2023
1 parent 5466561 commit 41c4c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
android.useAndroidX=true

kotlin.code.style=official
kotlin.experimental.tryK2=true
kotlin.experimental.tryK2=false
kotlin.incremental.useClasspathSnapshot=true
kotlin.mpp.androidSourceSetLayoutVersion=2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.api.artifacts.VersionCatalog
import org.gradle.api.artifacts.dsl.DependencyHandler
import shuttle.plugins.common.GradlePlugin
import shuttle.plugins.util.apply
import shuttle.plugins.util.libsCatalog
import shuttle.plugins.util.withType

@Suppress("unused")
@GradlePlugin
internal class DetektPlugin : Plugin<Project> {

override fun apply(target: Project) {
Expand Down

0 comments on commit 41c4c61

Please sign in to comment.