Remove a (now useless) dontwarn call in build.gradle.kts
This commit is contained in:
parent
f5087954f4
commit
00a12bb828
|
@ -54,9 +54,6 @@ subprojects {
|
||||||
allowaccessmodification()
|
allowaccessmodification()
|
||||||
adaptclassstrings()
|
adaptclassstrings()
|
||||||
"$group.**".also { dontwarn(it); dontnote(it) }
|
"$group.**".also { dontwarn(it); dontnote(it) }
|
||||||
|
|
||||||
// The following lines are needed at least for the current version of proguard
|
|
||||||
dontwarn("java.**")
|
|
||||||
val homeDir = System.getProperty("java.home") as String
|
val homeDir = System.getProperty("java.home") as String
|
||||||
libraryjars(configurations.compileClasspath.get().filter { it.name.startsWith("kotlin") })
|
libraryjars(configurations.compileClasspath.get().filter { it.name.startsWith("kotlin") })
|
||||||
if (JavaVersion.current().isJava9Compatible) {
|
if (JavaVersion.current().isJava9Compatible) {
|
||||||
|
|
Loading…
Reference in New Issue