Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kiwicom/navigation-compose-typed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a40ae5de15fd0c430dcabd8d5e8ce070b50c0a1
Choose a base ref
..
head repository: kiwicom/navigation-compose-typed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae7811fb25dcb97c622e7a0777fc499b3e93422d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.gradle.kts
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
id("org.jmailen.kotlinter") version "4.4.0" apply false
id("org.jmailen.kotlinter") version "4.4.1" apply false
id("com.android.application") version "8.3.0" apply false
id("com.vanniktech.maven.publish.base") version "0.27.0" apply false
}