dave
10/27/2020, 8:10 AMTanVD
10/27/2020, 7:52 PMdave
10/27/2020, 8:14 PMTanVD
10/28/2020, 9:57 AM1.8.0 in examples and in main project and execute publishMavenLocal. You should be able debug your application on examples project just via Gradle task debugging capability of IntelliJ IDEA. At least, this is the way I am doing it ๐ Once you want to update application just re-execute publishToMavenLocal and restart debugging session. Note, that to make IntelliJ see sources of parser you may need to add it as a compileOnly dependency to project you are debugging ๐
2. Right now Kotless is unable to deploy wildcard path, your are right. I just did not have a time to implement it ๐ Dynamic routes has a drawback of losing static routes functionality, but may be a valid choice for some applications