Matthew Murray
10/11/2023, 5:37 PMabstract val view: View
gets changed to View getView()
, which breaks some implementations. Any ideas on what changed that would cause my kotlin .class files to become java files in 1.9.0?Chrimaeon
10/11/2023, 6:43 PMMatthew Murray
10/11/2023, 7:39 PMMatthew Murray
10/11/2023, 11:00 PMcom.android.tools.build:gradle
to 7.4.0 and com.android.library
to 7.4.2.
I don’t quite understand why this interaction between versions exists, but that was the fix.