Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime-permission-kotlin : kotlin-stdlib-jre7 is deprecated #13

Closed
anthony-skr opened this issue Sep 6, 2018 · 1 comment
Closed

Comments

@anthony-skr
Copy link

Just tried to compile and got :

C:\Users*.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-stdlib-jre7\1.2.30\b38fc19e670ebef931fef3ccdcb94eac2b65bb7d\kotlin-stdlib-jre7-1.2.30.jar: kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead

For ones facing the problem just do :

implementation("com.github.florent37:runtime-permission-kotlin:$runtime_permission_version") {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jre7'
}

btw thank you for the library ;)
Cheers!

@florent37
Copy link
Owner

ok i change that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants