Activity for Pascal Dal Farra

  • Pascal Dal Farra Pascal Dal Farra modified a comment on ticket #738

    FYI, I was using Proguard 6.0.3 on my Android java projects (no kotlin). Then I updated some dependencies and Proguard 6.0.3 was hanging probably because of https://github.com/square/okio/issues/516 ) So I bumped to Proguard 6.1.1 and now I have this very same bug. As Emin Kokalari, I added -keepclassmembernames class kotlin.** { public <methods>; } and the problem is now solved. FYI, dependencies: dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.10.4' implementation 'com.google.code.gson:gson:2.8.5'...

  • Pascal Dal Farra Pascal Dal Farra modified a comment on ticket #738

    FYI, I was using Proguard 6.0.3 on my java projects (no kotlin). Then I updated some dependencies and Proguard 6.0.3 was hanging probably because of https://github.com/square/okio/issues/516 ) So I bumped to Proguard 6.1.1 and now I have this very same bug. As Emin Kokalari, I added -keepclassmembernames class kotlin.** { public <methods>; } and the problem is now solved. FYI, dependencies: dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.10.4' implementation 'com.google.code.gson:gson:2.8.5'...

  • Pascal Dal Farra Pascal Dal Farra modified a comment on ticket #738

    FYI, I was using Proguard 6.0.3 on my java projects (no kotlin). Then I updated some dependencies and Proguard 6.0.3 was hanging probably becasue of https://github.com/square/okio/issues/516 ) So I bumped to 6.1.1 and now I have this bug. As Emin Kokalari, I added -keepclassmembernames class kotlin.** { public <methods>; } and the problem is now solved. FYI, dependencies: dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.10.4' implementation 'com.google.code.gson:gson:2.8.5'...

  • Pascal Dal Farra Pascal Dal Farra modified a comment on ticket #738

    FYI, I was using Proguard 6.0.3 on my java projects (no kotlin). Then I updated some dependencies and Proguard 6.0.3 was hanging probably becasue of https://github.com/square/okio/issues/516 ) So I bumped to 6.1.1 and now I have this bug. As Emin Kokalari, I added -keepclassmembernames class kotlin.** { public <methods>; } and the problem is now solved. FYI, dependencies: dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.10.4' implementation 'com.google.code.gson:gson:2.8.5'...

  • Pascal Dal Farra Pascal Dal Farra posted a comment on ticket #738

    FYI, I was using Proguard 6.0.3 on my java projects (no kotlin). Then I updated some dependencies and Proguard 6.0.3 was hanging probably becasue of https://github.com/square/okio/issues/516 ) So I bumped to 6.1.1 and now I have this bug. As Emin Kokalari, I added -keepclassmembernames class kotlin.** { public <methods>; } and the problem is now solved. FYI, dependencies: dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.10.4' implementation 'com.google.code.gson:gson:2.8.5'...

1