confundus
Kotlin compiler plugin which brings Kotlin/JS's unsafeCast to Kotlin/JVM
File Explorer
Download Latest Version (.zip)- .java-version
- build.yaml
- gradle-wrapper.yaml
- release.yaml
- renovate.json5
- unsafeCast.kt
- unsafeCast.kt
- unsafeCast.kt
- build.gradle
- gradle.properties
- ConfundusComponentRegistrar.kt
- ConfundusElementTransformer.kt
- ConfundusIrGenerationExtension.kt
- org.jetbrains.kotlin.compiler.plugin.CompilerPluginRegistrar
- ConfundusCompilerTest.kt
- build.gradle
- gradle.properties
- ConfundusPlugin.kt
- Example.kt
- ExampleTest.kt
- build.gradle
- settings.gradle
- Example.kt
- ExampleTest.kt
- Example.kt
- ExampleTest.kt
- build.gradle
- settings.gradle
- .gitignore
- ConfundusPluginTest.kt
- build.gradle
- gradle.properties
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- yarn.lock
- .editorconfig
- .gitignore
- build.gradle
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- README.md
- RELEASING.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/JakeWharton/confundus
Downloads the entire project code from GitHub to your computer.
cd confundus
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
classpath 'com.jakewharton.confundus:confundus-gradle:1.1.0'
Builds the project using Gradle.
classpath 'com.jakewharton.confundus:confundus-gradle:1.2.0-SNAPSHOT'
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
