Skip to content

Commit

Permalink
Enable desugaring of NIO classes (#520 and #521)
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar authored Mar 27, 2024
1 parent 7ccd3d3 commit 3ac0890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ dependencies {
implementation(projects.feature.editorTextmate)

// jgit uses some methods like `transferTo` are only available from Android 13 onwards
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs_nio:2.0.4")

testImplementation("junit:junit:4.13.2")
}
Expand Down

1 comment on commit 3ac0890

@hasanelfalakiy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tried this commit, it still crashes for both issues

Please sign in to comment.