Loading gradle.properties +0 −7 Original line number Diff line number Diff line Loading @@ -15,10 +15,3 @@ org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=false org.gradle.kotlin.dsl.allWarningsAsErrors=true ## Workaround for AGP still using old versions of xerces and having issues with Gradle > 8.3 ## https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers ## A fix is available in AGP 8.3.0-alpha12: https://issuetracker.google.com/issues/306301014 ## Remove this once AGP 8.3.0 works with Intellij IDEA systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl Loading
gradle.properties +0 −7 Original line number Diff line number Diff line Loading @@ -15,10 +15,3 @@ org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=false org.gradle.kotlin.dsl.allWarningsAsErrors=true ## Workaround for AGP still using old versions of xerces and having issues with Gradle > 8.3 ## https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers ## A fix is available in AGP 8.3.0-alpha12: https://issuetracker.google.com/issues/306301014 ## Remove this once AGP 8.3.0 works with Intellij IDEA systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl