[KAPT] Setup KaptJavaLog writers during initialization.
Migrate KaptJavaLog to not used deprecated constructor in newer JDKs and instead set up the writers during initialization. This enables us to get rid of KaptJavaLog17. Fixes KT-54030
This commit is contained in:
committed by
Alexander Udalov
parent
f4845b8dd9
commit
189be2b117
@@ -0,0 +1,16 @@
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class Dummy {
|
||||
|
||||
public Dummy() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
package error;
|
||||
|
||||
public final class NonExistentClass {
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
class Dummy
|
||||
Reference in New Issue
Block a user