Skip to content

Commit

Permalink
Technical: Kotlin 2.0.10 with ktlint 1.3.1 (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Aug 23, 2024
1 parent 330dd18 commit e2cf76c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package com.vanniktech.emoji

import kotlin.jvm.JvmField

data class EmojiInformation internal constructor(
@ConsistentCopyVisibility data class EmojiInformation internal constructor(
/**
* The visual length with respect to the found [emojiRanges].
* One [Emoji] can be made up of a bunch of characters but still displayed as a single one.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ val emojiSuperhero = TestEmoji(
),
)

data class TestEmoji internal constructor(
@ConsistentCopyVisibility data class TestEmoji internal constructor(
override val unicode: String,
override val shortcodes: List<String>,
override val variants: List<TestEmoji> = emptyList(),
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ compileSdk = "34"
targetSdk = "34"

androidgradleplugin = "8.5.2"
kotlin = "2.0.10"
ktlint = "1.2.1"
kotlin = "2.0.20"
ktlint = "1.3.1"

[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
Expand Down

0 comments on commit e2cf76c

Please sign in to comment.