mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-16 08:31:26 +00:00
Kapt: Allow to make CompilerConfiguration mutable again
(cherry picked from commit 0780de8)
This commit is contained in:
@@ -96,11 +96,10 @@ public class CompilerConfiguration {
|
||||
|
||||
public void setReadOnly(boolean readOnly) {
|
||||
if (readOnly != this.readOnly) {
|
||||
checkReadOnly();
|
||||
this.readOnly = readOnly;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public boolean isReadOnly() {
|
||||
return readOnly;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user