rockerhieu
07/12/2017, 7:56 AMWarning: kotlin.internal.JRE8PlatformImplementations: can't find referenced method 'int start(java.lang.String)' in library class java.util.regex.Matcher
Warning: kotlin.internal.JRE8PlatformImplementations: can't find referenced method 'int end(java.lang.String)' in library class java.util.regex.Matcher
Warning: kotlin.internal.JRE8PlatformImplementations: can't find referenced method 'java.lang.String group(java.lang.String)' in library class java.util.regex.Matcher
It seems that this proguard instruction doesn't help: -keep class java.util.regex.Matcher { *; }
ilya.gorbunov
07/12/2017, 12:39 PM