Wednesday, September 14, 2022

Installing Kotlin on Eclipse

Recently I have faced problem to install Kotlin Plugin for Eclipse IDE. As per the StackOverflow post  the plugin has been removed. The nelwy forked linked that can be used to install Kotlin in Eclipse is

https://github.com/bvfalcon/kotlin-eclipse-2022


No comments:

Automation Using PlayWright

In this section will discuss the steps on recording using Playwright using Java. 1. Create a Maven Project  2. Add below dependencies < d...