Skip to content

Commit

Permalink
Prepare for kotlin 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Sep 2, 2024
1 parent 33b8b0f commit 5b5d8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion convention-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache=true
org.gradle.kotlin.dsl.skipMetadataVersionCheck=false
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ android.nonTransitiveRClass=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.kotlin.dsl.skipMetadataVersionCheck=false

# Roborazzi
roborazzi.record.namingStrategy=testClassAndMethod

0 comments on commit 5b5d8a1

Please sign in to comment.