Skip to content

Commit

Permalink
Remove explicit enabling of inline classes (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Nov 28, 2023
1 parent 7150149 commit 88ef862
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ kotlin {

implementation(libs.tuulbox.coroutines)
}

all {
languageSettings.enableLanguageFeature("InlineClasses")
}
}
}

Expand Down

0 comments on commit 88ef862

Please sign in to comment.