Skip to content

Commit

Permalink
Remove common package from paths following Kotlin Code Conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed May 19, 2024
1 parent 38e4da2 commit 0fc2c98
Show file tree
Hide file tree
Showing 51 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gradle/plugin/project/config/src/test/kotlin/Dummy.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details.
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
*/

@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS")

// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842
package ru.pixnews.gradle.project

0 comments on commit 0fc2c98

Please sign in to comment.