checkAll method
Check all Kotlin-related configurations
Implementation
Future<List<IssueModel>> checkAll() async {
await checkKotlinVersion();
await checkKotlinExtension();
return issues;
}
Check all Kotlin-related configurations
Future<List<IssueModel>> checkAll() async {
await checkKotlinVersion();
await checkKotlinExtension();
return issues;
}