GitHub / csense-oss / idea-kotlin-checked-exceptions
A plugin that adds errors / hints / quickfix related to checked exceptions for kotlin.
Stars: 25
Forks: 2
Open issues: 5
License: mit
Language: Kotlin
Size: 315 KB
Dependencies parsed at:
8
Created at: almost 6 years ago
Updated at: 7 months ago
Pushed at: 5 months ago
Last synced at: 5 months ago
Topics: exception-handling, exceptions, idea-plugin, kotlin
build.gradle.kts
maven
- csense.idea.base:csense-idea-base 0.1.41 implementation
- csense.kotlin:csense-kotlin-annotations-jvm 0.0.50 implementation
- csense.kotlin:csense-kotlin-datastructures-algorithms 0.0.41 implementation
- csense.kotlin:csense-kotlin-jvm 0.0.55 implementation
- csense.idea.test:csense-idea-test 0.1.0 testImplementation
- csense.kotlin:csense-kotlin-tests 0.0.55 testImplementation
- junit:junit 4.13.2 testImplementation
- org.jetbrains.kotlinx:kotlinx-coroutines-test 1.6.0 testImplementation