Fix kapt tests (Kotlin version updated to 1.3)
This commit is contained in:
@@ -5,7 +5,7 @@ class Test {
|
||||
fun ignoredFun() {}
|
||||
|
||||
@KaptIgnored @get:KaptIgnored
|
||||
val ignoredProperty: String = ""
|
||||
const val ignoredProperty: String = ""
|
||||
|
||||
fun nonIgnoredFun() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user