Skip to content

Commit

Permalink
Add deprecated ClipboardManager to excludedClasses
Browse files Browse the repository at this point in the history
 Fixes Kotlin#360
  • Loading branch information
4u7 authored and sync_forks committed Jul 31, 2024
1 parent 87844a6 commit 6322035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anko/props/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@
"android.renderscript.RSSurfaceView",
"android.renderscript.RenderScriptGL",
"android.renderscript.RSTextureView",
"android.support.v7.widget.DropDownListView"
"android.support.v7.widget.DropDownListView",
"android.text.ClipboardManager"
]
}
}

0 comments on commit 6322035

Please sign in to comment.