Skip to content

Commit

Permalink
Migrate settings.gradle to Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 5, 2024
1 parent 5068704 commit 684f26e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle → settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2021 The Hydra authors
* Copyright (c) 2015-2024 The Hydra authors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -20,5 +20,5 @@
* SOFTWARE.
*/

include ':app'
include ':material-intro'
include(":app")
include(":material-intro")

0 comments on commit 684f26e

Please sign in to comment.