dan.the.man
11/02/2018, 2:58 PMJuan
11/02/2018, 7:13 PMghedeon
11/03/2018, 5:40 PMkenkyee
11/04/2018, 2:19 AMShashank Gupta
11/04/2018, 4:32 AMMaTriXy
11/04/2018, 3:25 PMMatchGroupCollection
and getMatchResultNamedGroup
On which Android version is it supported if any?itnoles
11/04/2018, 11:49 PMgsala
11/05/2018, 11:37 AM@Parcelize
still experimental?Ben Piatt
11/05/2018, 9:13 PMtimothy.paetz
11/06/2018, 3:05 AMSlackbot
11/06/2018, 7:36 AMBMG
11/06/2018, 12:59 PMdex2oatd F art/compiler/driver/compiler_driver.cc:661] Had a hard failure verifying all classes, and was asked to abort in such situations. Please check the log.
dex2oatd Fdex2oatd I art/runtime/verifier/method_verifier.cc:333] Verification error in int kotlin.UShort.compareTo(java.lang.Object)
dex2oatd I art/runtime/verifier/method_verifier.cc:333] int kotlin.UShort.compareTo(java.lang.Object) failed to verify: int kotlin.UShort.compareTo(java.lang.Object): [0x6] invoke-super/virtual can't be used on private method int kotlin.UShort.compareTo-xj2QHRw(short)
dex2oatd I art/runtime/verifier/method_verifier.cc:333]
art/runtime/runtime.cc:366]Runtime aborting...
dex2oatd W art/runtime/class_linker.cc:3119] Verification failed on class kotlin.UShort in /system/priv-app/app.apk:classes2.dex because: Verifier rejected class kotlin.UShort due to bad method int kotlin.UShort.compareTo(java.lang.Object)
Any idea why this might happen? Everything works fine till Kotlin 1.2.70jurajsolarml
11/07/2018, 11:47 AMJakub
11/07/2018, 8:48 PMneuber
11/08/2018, 3:56 PMClaudiuB
11/09/2018, 5:49 AMcontext!!
versus context?
in my Fragments? I'm thinking using context!!
in my lifecycle methods and context?.let{}
where I get callbackshmole
11/09/2018, 4:41 PMSergey Shnifer
11/09/2018, 7:25 PMClaudiuB
11/12/2018, 5:11 AMursus
11/12/2018, 5:56 AMAlex
11/12/2018, 11:36 AMCannot access script base class 'kotlin.script.templates.standard.ScriptTemplateWithArgs'. Check your module classpath for missing or conflicting dependencies
Seems like I misconfigured. I also cannot switch to the Scratchfiles view as described for intellij here https://www.jetbrains.com/help/idea/2016.3/scratches.htmlchristianbecker
11/12/2018, 12:01 PMParcelize
from the Kotlin Android Extensions with Gradle KTS. I just created a minimal sample project, that highlights the error: https://github.com/ChristianBecker/parcelize_kts
• If I use app/build.gradle
everything works fine
• If I use app/build.gradle.kts
(by un-commenting line 4 in settings.gradle.kts
) the Kotlin Compiler is unable to find Parcelize
on the classpath and fails the build:
e: […]/ParcelizeModel.kt: (4, 24): Unresolved reference: parcel
e: […]/ParcelizeModel.kt: (6, 2): Unresolved reference: Parcelize
e: […]/ParcelizeModel.kt: (7, 6): Class 'ParcelizeModel' is not abstract and does not implement abstract member public abstract fun writeToParcel(p0: Parcel!, p1: Int): Unit defined in android.os.Parcelable
Is this the right channel, or should I post this in #gradle, or somewhere else? (Sorry for copy-pasting, I just wanted to extend the scope)arekolek
11/12/2018, 3:29 PMjw
11/12/2018, 4:44 PMdan.the.man
11/12/2018, 4:52 PMPaul Woitaschek
11/12/2018, 9:34 PMAlan Evans
11/12/2018, 9:54 PMfebs
11/13/2018, 9:10 PMSlackbot
11/14/2018, 1:14 PMSam
11/14/2018, 2:40 PMSam
11/14/2018, 2:40 PMgildor
11/14/2018, 4:45 PM